R/tools_misc.R
NMI.Rd
Compute the normalized mutual information of two discrete samples
NMI(cl1, cl2)
vector of discrete labels
the normalized mutual information between the two discrete samples
cl1 <- sample(2, 500, replace = TRUE) cl2 <- sample(2, 500, replace = TRUE) NMI(cl1, cl2) #> [1] 0.003782688