Function to retrieve the information stored in the norm_feat slot within a SIAMCAT object

norm_feat(siamcat, verbose=1)

# S4 method for siamcat
norm_feat(siamcat, verbose = 1)

Arguments

siamcat

(Required). An instance of siamcat-class that contains normalized features

verbose

integer, if the slot is empty, should a message be printed? values can be either 0 (no output) or 1 (print message)

Value

The list stored in the norm_feat slot of the SIAMCAT object or NULL

Details

The function will return a list containing the information stored in the norm_feat slot of a SIAMCAT object. This list contains:

Examples

data(siamcat_example) temp <- norm_feat(siamcat_example) names(temp)
#> [1] "norm.feat" "norm.param"