calc.cluster.comparisons | R Documentation |
Given two sets of posterior probabilities of membership for clusters, calculate three measures to compare the clustering memberships.
calc.cluster.comparisons(ppr1, ppr2)
ppr1 |
Posterior probabilities of cluster membership, named |
ppr2 |
Posterior probabilities of cluster membership from a different
clustering run, which will be compared to |
The three measures are the Adjusted Rand Index (ARI), the Normalised Variation of Information (NVI) and the Normalised Information Distance (NID).
The three measures are documented in
A list with components:
ARI
: Adjusted Rand Index.
NVI
: Normalised Variation of Information.
NID
: Normalised Information Distance.
Fernández, D., & Pledger, S. (2016). Categorising count data into ordinal responses with application to ecological communities. Journal of agricultural, biological, and environmental statistics (JABES), 21(2), 348–362.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.