get.norm_feat.matrix {SIAMCAT} | R Documentation |
Function to retrieve the normalized features from a SIAMCAT object
get.norm_feat.matrix(siamcat)
siamcat |
(Required). An instance of siamcat-class containing normalized features |
The function returns the normalized features as matrix. See normalize.features for more details.
A matrix containing the normalized features
data(siamcat_example) feat.norm <- get.norm_feat.matrix(siamcat_example) feat.norm[1:3, 1:3]