compute_rand_index: Compute the Rand index

View source: R/utils.R

compute_rand_indexR 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


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