Description Usage Arguments Details Value Examples
Function to retrieve the information stored in the
norm_feat
slot within a SIAMCAT object
1 2 3 4 |
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
1 2 3 | 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.