calc_accuracy_measures | R Documentation |
Calculate precision, sensitivity and F1-score of a method in a master table
calc_accuracy_measures(input_table, method_name, truth_name)
input_table |
A data.frame. The master table. |
method_name |
A 1-length string. The name of the method to calculate the accuracy measures. |
truth_name |
A 1-length string. The name of the ground-truth to validate the method. |
A named vector with the accuracy measures.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.