Back to metrics

ARI

C Clustering

Adjusted Rand Index

Direction

Higher is Better

Value Range

[-1, 1]

Category

Clustering

Agreement with reference labels

Description

Similarity between predicted and true clusters adjusted for chance

Mathematical Formula

ARI = (RI - E[RI]) / (max(RI) - E[RI])

Interpretation Guide

Range [-1, 1]. 1 = identical clusters, 0 = random clusters, -1 = opposite clusters. More robust to label permutations than NMI.

Related Metrics

Other metrics in the Clustering category