f_measure | R Documentation |
Compute F-measure using confusion matrix.
f_measure(confusion_matrix, alpha = 1)
confusion_matrix |
Confusion matrix to be used. |
alpha |
Alpha value for weighted harmonic mean calculation. Defaults to 1, which produces a balanced F-measure. |
integer value of F-measure
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.