norm_feat<- {SIAMCAT}R Documentation

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

Description

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

Usage

norm_feat(x) <- value

## S4 replacement method for signature '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)

[Package SIAMCAT version 1.13.4 Index]