compute_adjusted_rand_index | R Documentation |
Compute Hubert's and Arabie's Adjusted Rand index
compute_adjusted_rand_index(k1, k2)
k1 |
First clustering as vector of integers |
k2 |
Second clustering as vector of integers |
The Adjusted Rand index as a numeric value
Lawrence Hubert and Phipps Arabie (1985). "Comparing partitions". Journal of Classification. 2 (1): 193–218. DOI:10.1007/BF01908075
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.