eval_data | R Documentation |
Function to retrieve the evaluation metrics from a SIAMCAT object
eval_data(siamcat, verbose=1)
## S4 method for signature 'siamcat'
eval_data(siamcat, verbose = 1)
siamcat |
(Required). A siamcat-class object that contains evaluation data |
verbose |
integer, if the slot is empty, should a message be printed?
values can be either |
The functions returns a list containing the evaluation metrics from a SIAMCAT object. See evaluate.predictions for more information on evaluation data.
The list of evaluation data or NULL
data(siamcat_example)
temp <- eval_data(siamcat_example)
names(temp)
temp$auroc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.