Concept

Normalized Mutual Information

Normalized mutual information is a variation of the mutual information score, normalized to range from 0, representing no mutual information, to 1, representing perfect correlation. NMI(U,V)=2I(U,V)H(U)+H(V)NMI(U,V) = \frac{2I(U,V)}{H(U)+H(V)} where H represents the entropy. However, this score does not account for chance.

0

1

Updated 2020-07-28

Tags

Data Science