Calculate comparison measures between two sets of clustering results
calc.cluster.comparisons.Rd
Given two sets of posterior probabilities of membership for clusters, calculate three measures to compare the clustering memberships.
Arguments
- ppr1
Posterior probabilities of cluster membership, named
ppr_m
orppc_m
in the output ofclustord
. If you have performed biclustering, thenppr1
should be the clustering results for just one of the dimensions i.e. just the row clustering results, or just the column clustering results. The rows ofppr1
give the entries that have been clustered, and each column corresponds to one cluster.- ppr2
Posterior probabilities of cluster membership from a different clustering run, which will be compared to
ppr1
.
Value
A list with components:
ARI
: Adjusted Rand Index.
NVI
: Normalised Variation of Information.
NID
: Normalised Information Distance.