Compute summary metrics on classification results
compute_metrics_summary.Rd
This function computes several classification metrics like accuracy, precision, recall,
sensitivity and specificity on classification results. The input to the function is a data frame
(dt
) containing the predicted classification result as y_pred
and the actual
classification as isDE
. The function returns a data frame with the computed metrics.