Assign a new list containing normalziation parameters and normalized features to a SIAMCAT object

norm_feat(x) <- value

# S4 method for siamcat,list
norm_feat(x) <- value

Arguments

x

an object of class siamcat-class

value

a list containing normaliation parameters and features

Value

none

Examples

data(siamcat_example) norm_feat(siamcat_example) <- norm_feat(siamcat_example)