View source: R/utils_TeClassifier.R
calc_standard_classification_measures | R Documentation |
Function for calculating recall, precision, and f1.
calc_standard_classification_measures(true_values, predicted_values)
true_values |
|
predicted_values |
|
Returns a matrix which contains the cases categories in the rows and the measures (precision, recall, f1) in the columns.
Other classifier_utils:
get_coder_metrics()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.