norm_feat | R Documentation |
norm_feat
slot within
a SIAMCAT objectFunction to retrieve the information stored in the
norm_feat
slot within a SIAMCAT object
norm_feat(siamcat, verbose=1)
## S4 method for signature '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 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
The list stored in the norm_feat
slot of the SIAMCAT object
or NULL
data(siamcat_example)
temp <- norm_feat(siamcat_example)
names(temp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.