VarInf | R Documentation |
Computes the variation of information for two classification vectors.
VarInf(id1, id2)
id1 |
first partitioning vector. |
id2 |
second partitioning vector. |
Returns the variation of information. It is equal to 0 if and only if two classification vectors are identical.
Volodymyr Melnykov, Wei-Chen Chen, and Ranjan Maitra.
Meila, M. (2006) “Comparing clusterings - an information based distance”, Journal of Multivariate Analysis, 98, 873-895.
ClassProp
, and RandIndex
.
id1 <- c(rep(1, 50), rep(2,100))
id2 <- rep(1:3, each = 50)
VarInf(id1, id2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.