View source: R/classification_measure.R
| evaluate_class | R Documentation |
Calculation of binary similarity metric based on confusion matrix.
evaluate_class(actual, predicted, metric = "f1")
calculate_confusion(actual, predicted)
actual |
|
predicted |
|
metric |
|
A binary score for each of the clusters and the number of instances.
calculate_confusion(): Calculate confusion matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.