norm_feat<- {SIAMCAT} | R Documentation |
Assign a new list containing normalziation parameters and normalized features to a SIAMCAT object
norm_feat(x) <- value ## S4 replacement method for signature 'siamcat,list' norm_feat(x) <- value
x |
an object of class siamcat-class |
value |
a list containing normaliation parameters and features |
none
data(siamcat_example) norm_feat(siamcat_example) <- norm_feat(siamcat_example)