Calculate recall, precision, and f1-scores
Source:R/performance_measures.R
calc_standard_classification_measures.RdFunction for calculating recall, precision, and f1-scores.
Value
Returns a matrix which contains the cases categories in the rows and the measures (precision, recall, f1) in the columns.
See also
Other performance measures:
cohens_kappa(),
fleiss_kappa(),
get_coder_metrics(),
gwet_ac(),
kendalls_w(),
kripp_alpha()