compute_rand_index: Compute the Rand index
Description
Compute the Rand index
Usage
compute_rand_index(k1, k2)
Value
The Rand index as a numeric value
Arguments
- k1
First clustering as vector of integers
- k2
Second clustering as vector of integers
References
W. M. Rand (1971). "Objective criteria for the evaluation of clustering
methods". Journal of the American Statistical Association 66 (336): 846–850.
DOI:10.2307/2284239