This function compares the prediction results returned by a classifier with ground truth, and finally gives a summary of the evaluation.
evaluate_pred(y.pred, y.true, caseid = names(y.true), showplot = TRUE, ...)
A summary of evaluation result.
A matrix of predicted probabilities, as returned by a classifier.
Ground truth labels vector.
The names of test cases which we take account of. By default all test cases are used for evaluation.
Logical; if TRUE
, a summary plot will be generated.
Not used.