Calculate standard classification measures
Source:R/utils_TeClassifier.R
calc_standard_classification_measures.Rd
Function for calculating recall, precision, and f1.
Value
Returns a matrix which contains the cases categories in the rows and the measures (precision, recall, f1) in the columns.
See also
Other classifier_utils:
get_coder_metrics()