powered by
Function for calculating recall, precision, and f1.
calc_standard_classification_measures(true_values, predicted_values)
Returns a matrix which contains the cases categories in the rows and the measures (precision, recall, f1) in the columns.
factor containing the true labels/categories.
factor
factor containing the predicted labels/categories.
Other classifier_utils: get_coder_metrics()
get_coder_metrics()