eval_data-methods.RdFunction to retrieve the evaluation metrics from a SIAMCAT object
eval_data(siamcat, verbose=1)
# S4 method for siamcat
eval_data(siamcat, verbose = 1)(Required). A siamcat-class object that contains evaluation data
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 evaluation data or NULL
The functions returns a list containing the evaluation metrics from a SIAMCAT object. See evaluate.predictions for more information on evaluation data.