norm_feat<- {SIAMCAT} | R Documentation |
x
Assign a new norm_feat object to x
norm_feat(x) <- value ## S4 replacement method for signature 'siamcat,norm_feat' norm_feat(x) <- value
x |
an object of class siamcat-class |
value |
an norm_feat object |
none
data(siamcat_example) norm_feat(siamcat_example) <- new("norm_feat", norm.feat=norm_feat(siamcat_example), norm.param=norm_params(siamcat_example))