adjRand | R Documentation |
Adjusted Rand Index
adjRand(class1, class2)
class1 |
A n-vector of class labels. |
class2 |
A n-vector of class labels. |
Compute the adjusted Rand Index comparing the two
classifications, class1
and class2
.
A scalar value, taking the value 1 if the two classifications are in perfect agreement. Under random classification, the adjusted Rand Index is 0.
Emily Goren, emily.goren@gmail.com
Lawrence Hubert & Phipps Arabie, 1985. "Comparing partitions," Journal of Classification, 2(1): 193-218.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.