models | R Documentation |
Function to retrieve the list of trained models
models(siamcat, verbose=1)
## S4 method for signature 'siamcat'
models(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 extracts the list of trained models.
The list of models or NULL
data(siamcat_example)
temp <- models(siamcat_example)
temp[[1]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.