| model_list<- | 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)
siamcat_example <- train.model(siamcat_example, method='lasso')
model_list(siamcat_example) <- model_list(siamcat_example)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.