compute_adjusted_rand_index {scregclust} | R Documentation |
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)
Arguments
k1 |
First clustering as vector of integers |
k2 |
Second clustering as vector of integers |
Value
The Adjusted Rand index as a numeric value
References
Lawrence Hubert and Phipps Arabie (1985). "Comparing partitions". Journal of Classification. 2 (1): 193–218. DOI:10.1007/BF01908075
[Package scregclust version 0.2.0 Index]