norm_params-methods.Rd
Function to retrieve the list of parameters for feature normalization
norm_params(siamcat, verbose=1) # S4 method for siamcat norm_params(siamcat, verbose = 1)
siamcat | (Required). An instance of siamcat-class containing normalized features |
---|---|
verbose | integer, if the slot is empty, should a message be printed?
values can be either |
A list of normalization parameters or NULL
The function returns the list of normalization parameters used in the feature normalization procedure. See normalize.features for more details.
#> [1] "norm.method" "retained.feat" "log.n0" "n.p" #> [5] "norm.margin"