compute_adjusted_rand_index: Compute Hubert's and Arabie's Adjusted Rand index
Description
Compute Hubert's and Arabie's Adjusted Rand index
Usage
compute_adjusted_rand_index(k1, k2)
Value
The Adjusted Rand index as a numeric value
Arguments
- k1
First clustering as vector of integers
- k2
Second clustering as vector of integers
References
Lawrence Hubert and Phipps Arabie (1985). "Comparing partitions".
Journal of Classification. 2 (1): 193–218. DOI:10.1007/BF01908075