evaluate_model | R Documentation |
Generates evaluation metrics, include time-dependent TPR and FPR rates as well as AUC
evaluate_model(train_result, prediction_times, plot_roc = TRUE)
train_result |
return data object from spect_train |
prediction_times |
a vecotr of times to use for generating TPR and FPR data |
plot_roc |
optional indicator to display the time-dependent ROC curves. The TPR and FPR data will be returned regardless of the value of this parameter. |
Evaluation metrics. Also plots the number of requested samples
Stephen Abrams, stephen.abrams@louisville.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.