Package jline.api.measures
Class Ms_nmi
java.lang.Object
jline.api.measures.Ms_nmi
-
Method Summary
-
Method Details
-
ms_nmi
Compute normalized mutual information I(x,y)/sqrt(H(x)*H(y)) of two discrete variables x and y.- Parameters:
x- first matrixy- second matrix of the same length- Returns:
- normalized mutual information z=I(x,y)/sqrt(H(x)*H(y))
-