compute_adjusted_rand_index: Compute Hubert's and Arabie's Adjusted Rand index

View source: R/utils.R

compute_adjusted_rand_indexR 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


scregclust documentation built on April 4, 2025, 3:03 a.m.