cluster_ari {Melissa} | R Documentation |
cluster_ari
computes the clustering performance in terms
of the Adjusted Rand Index (ARI) metric.
cluster_ari(C_true, C_post)
C_true |
True cluster assignemnts. |
C_post |
Posterior responsibilities of predicted cluster assignemnts. |
The clustering ARI.
C.A.Kapourani C.A.Kapourani@ed.ac.uk