compute_rand_index {scregclust} | R Documentation |
Compute the Rand index
Description
Compute the Rand index
Usage
compute_rand_index(k1, k2)
Arguments
k1 |
First clustering as vector of integers |
k2 |
Second clustering as vector of integers |
Value
The Rand index as a numeric value
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
[Package scregclust version 0.2.0 Index]