norm_params {SIAMCAT} | R Documentation |
Retrieve the list of normalization parameters from object.
norm_params(siamcat, verbose=1) ## S4 method for signature 'ANY' norm_params(siamcat, verbose = 1)
siamcat |
(Required). An instance of siamcat-class that contains a norm_feat |
verbose |
If the slot is empty, should a message be printed? values can be either 0 (no output) or 1 (print message) |
The list of normalization parameters or NULL.
data(siamcat_example) norm_params(siamcat_example)