models-methods.RdFunction to retrieve the list of trained models
models(siamcat, verbose=1)
# S4 method for siamcat
models(siamcat, verbose = 1)(Required). An instance of siamcat-class that contains trained models
integer, if the slot is empty, should a message be printed?
values can be either 0 (no output) or 1 (print message)
The list of models or NULL
The function extracts the list of trained models.
data(siamcat_example)
temp <- models(siamcat_example)
#> Model slot is empty
temp[[1]]
#> NULL