model_list | R Documentation |
model_list
slot within
a SIAMCAT objectFunction to retrieve the information stored in the
model_list
slot within a SIAMCAT object
model_list(siamcat, verbose=1)
## S4 method for signature 'siamcat'
model_list(siamcat, verbose = 1)
siamcat |
(Required). An instance of siamcat-class that contains trained models |
verbose |
integer, if the slot is empty, should a message be printed?
values can be either |
The function will return a list containing the information stored
in the model_list
slot of a SIAMCAT object. This list contains:
models
- list of trained models
model_type
- machine learning method used for training
feature_type
- string describing on which type of features the
models were trained
The list stored in the model_list
slot of the SIAMCAT object
or NULL
data(siamcat_example)
temp <- model_list(siamcat_example)
names(temp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.