norm_feat
slot within
a SIAMCAT objectnorm_feat-methods.Rd
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)
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 |
The list stored in the norm_feat
slot of the SIAMCAT object
or NULL
The function will return a list containing the information stored
in the norm_feat
slot of a SIAMCAT object. This list contains:
norm.feat
- normalized features as matrix, see
get.norm_feat.matrix
norm.param
- parameters used for normalization, see
normalize.features
#> [1] "norm.feat" "norm.param"