feature_type {SIAMCAT} | R Documentation |
Retrieve feature_type from object.
feature_type(siamcat, verbose=1) ## S4 method for signature 'ANY' feature_type(siamcat, verbose = 1)
siamcat |
(Required). An instance of siamcat-class that contains a model_list or instance of model_list-class. |
verbose |
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 or NULL.
data(siamcat_example) feature_type(siamcat_example)