norm_params | R Documentation |
Function to retrieve the list of parameters for feature normalization
norm_params(siamcat, verbose=1)
## S4 method for signature '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 |
The function returns the list of normalization parameters used in the feature normalization procedure. See normalize.features for more details.
A list of normalization parameters or NULL
data(siamcat_example)
temp <- norm_params(siamcat_example)
names(temp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.