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