View source: R/evaluation_metrics.R View source: R/clustering_evaluations.R
Mismatch | R Documentation |
Gets a matrix of the final cluster assignments based on the probability matrix
Mismatch(predicited_clusters, true_clusters, K)
predicited_clusters |
The predicted clusters |
true_clusters |
THe true clusters |
K |
The number of clusters |
a matrix of the final cluster assignments
Mismatch(predicited_clusters, true_clusters, K)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.