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