feature_type-methods.RdFunction to retrieve information on which type of features the models were trained
feature_type(siamcat, verbose=1)
# S4 method for siamcat
feature_type(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 string describing type of feature used for the model training
or NULL
The function extracts the information on which type of features the models were trained.
data(siamcat_example)
feature_type(siamcat_example)
#> Feature type is empty
#> NULL