Search code examples
machine-learningcluster-analysispattern-recognition

How can we interpret negative adjusted rand index?


Adjusted rand index (ARI) is a popular measure to compare two clusters. Unfortunately, I usually get negative ARI after performing clustering analysis and comparing them. How can I interpret these negative ARIs to describe the differences of those clusters? And then if the negative ARIs are meaningless, any suggestion about an appropriate measure?


Solution

  • They aren't "meaningless" at all.

    Negative ARI says that the agreement is less than what is expected from a random result. This means the results are 'orthogonal' or 'complementary' to some extend.

    But this shouldn't happen often, unless you deliberately look for alternative clusterings. Maybe there is an implementation error?