Information Theoretic Measures for Clusterings Comparison: Variants, Properties, Normalization and Correction for Chance

X. NguyenJulien EppsJames Bailey

article2010JMLR2,427 citations

Establishes which information-theoretic clustering comparison measures satisfy metric, normalization, and chance-correction properties, motivating normalized information distance as a principled default.

Listen

Clustering methods are essential for discovering hidden patterns across large datasets, such as biological samples and customer groups. To assess how well these algorithms perform, analysts compare their results against known categories or alternative groupings using comparison scores. While information-based comparison tools are popular due to their ability to detect complex non-linear associations, practitioners have faced ambiguity regarding which specific formula to choose, whether distances satisfy formal geometric properties, and how to prevent random chance from inflating evaluation scores.

The article systematically evaluates, categorizes, and proves the mathematical properties of information-based clustering comparison measures. It aims to establish which measures satisfy essential mathematical criteria, derive exact adjustments for chance agreement, and demonstrate when these adjustments are necessary.

To conduct this evaluation, the authors performed formal mathematical analyses to prove or disprove whether various measures behave as true geometric metrics and whether they remain normalized within a fixed scale. They derived exact statistical adjustments under a permutation framework and established theoretical upper bounds on expected chance agreement. The authors then validated their theoretical findings using numerical simulations and applied them to practical tasks, including eight synthetic and real-world genomic datasets to determine the true number of clusters.

The study established five key findings. First, among the distance measures evaluated, only normalized variation of information and normalized information distance satisfy both the strict definition of a geometric metric and standard scaling between zero and one, with normalized information distance utilizing the available range most effectively. Second, unadjusted measures suffer from significant baseline inflation; as the number of clusters increases, random groupings appear deceptively similar to true classifications. Third, the authors derived an exact adjustment formula that centers the baseline score at zero for purely random clusterings. Fourth, a trade-off exists: applying a chance correction removes the strict geometric metric property. Fifth, mathematical bounds prove that chance adjustment is critical primarily when the ratio of sample items to clusters is small, whereas unadjusted measures naturally approach adjusted values as sample sizes become large relative to the number of clusters (such as when the ratio exceeds 100).

These findings have immediate operational implications for data science workflows, algorithmic design, and research compliance. Unadjusted metrics create substantial risk in small-sample environments, such as rare disease genomics or high-dimensional biomedical studies, where algorithms might falsely favor models with too many clusters simply due to random statistical noise. In contrast, for large datasets, organizations can safely use the unadjusted normalized information distance to preserve true distance geometry, which is beneficial for cluster search and optimization routines.

Based on these results, decision-makers and analytics teams should adopt normalized information distance as their general-purpose metric. Teams must require adjusted-for-chance formulations whenever analyzing datasets with low sample-to-cluster ratios to prevent misleading performance assessments. For large-scale data applications requiring geometric consistency, the unadjusted form should be used.

The authors note limitations, including that adjusted measures lose formal metric properties and that random baseline behavior depends on underlying partition assumptions. Additionally, the exact impact of data-dependent scaling bounds requires careful interpretation during validation. Nevertheless, the theoretical proofs and empirical validations provide high confidence that following these selection guidelines will ensure sound and reproducible clustering evaluations.

Nguyen et al (2010).pdf

No sufficiently relevant recommendations were found.

Cover for Information Theoretic Measures for Clusterings Comparison: Variants, Properties, Normalization and Correction for Chance

Abstract

Information theoretic measures form a fundamental class of measures for comparing clusterings, and have recently received increasing interest. Nevertheless, a number of questions concerning their properties and inter-relationships remain unresolved. In this paper, we perform an organized study of information theoretic measures for clustering comparison, including several existing popular measures in the literature, as well as some newly proposed ones. We discuss and prove their important properties, such as the metric property and the normalization property. We then highlight to the clustering community the importance of correcting information theoretic measures for chance, especially when the data size is small compared to the number of clusters present therein. Of the available information theoretic based measures, we advocate the normalized information distance (NID) as a general measure of choice, for it possesses concurrently several important properties, such as being both a metric and a normalized measure, admitting an exact analytical adjusted-for-chance form, and using the nominal [0, 1] range better than other normalized variants.

Table of Contents

  • 1. Introduction
  • 2. A Brief Review of Measures for Comparing Clusterings
  • 3. Information Theoretic Based Measures - Variants and Properties
  • 4. Adjustment for Chance
  • 4.1 The Proposed Adjusted Measures
  • 4.2 Properties of the Adjusted Measures
  • 4.3 An Example Application
  • 5. Related Work
  • 6. Conclusion
  • Acknowledgments
  • Appendix A. Proofs
  • References

Knowls

  1. Knowl 1 — Exact Expected Mutual Information Between Clusterings Under the Permutation Model

    equation

    Under the generalized hypergeometric model of randomness (the permutation model), two partitional clusterings U={U1,,UR}U = \{U_1, \dots, U_R\} and V={V1,,VC}V = \{V_1, \dots, V_C\} of a set of NN data items are generated independently subject to fixed cluster sizes ai=Uia_i = |U_i| for i=1,,Ri=1,\dots,R and bj=Vjb_j = |V_j| for j=1,,Cj=1,\dots,C (such that i=1Rai=j=1Cbj=N\sum_{i=1}^R a_i = \sum_{j=1}^C b_j = N). The exact analytical expectation of the mutual information I(U,V)I(U,V) between UU and VV is given by:

    E{I(U,V)}=i=1Rj=1Cnij=max(ai+bjN,0)min(ai,bj)nijNlog(Nnijaibj)ai!bj!(Nai)!(Nbj)!N!nij!(ainij)!(bjnij)!(Naibj+nij)!E\{I(U,V)\} = \sum_{i=1}^R \sum_{j=1}^C \sum_{n_{ij}=\max(a_i+b_j-N, 0)}^{\min(a_i,b_j)} \frac{n_{ij}}{N} \log\left(\frac{N n_{ij}}{a_i b_j}\right) \frac{a_i! b_j! (N - a_i)! (N - b_j)!}{N! n_{ij}! (a_i - n_{ij})! (b_j - n_{ij})! (N - a_i - b_j + n_{ij})!}

    where nij=UiVjn_{ij} = |U_i \cap V_j| denotes the number of data points common to cluster UiU_i and cluster VjV_j. The innermost summation runs over all feasible overlap counts nijn_{ij} under the hypergeometric distribution constraints for cell (i,j)(i,j) of the R×CR \times C contingency table.

  2. Knowl 2 — Adjusted Mutual Information and Adjusted Distance Measures

    definition

    To provide clustering comparison measures with a constant baseline value of zero under random chance, the adjusted mutual information (AMI) applies the chance-adjustment framework to normalized mutual information variants:

    AMI(U,V)=I(U,V)E{I(U,V)}Bound(H(U),H(V))E{I(U,V)}\text{AMI}(U,V) = \frac{I(U,V) - E\{I(U,V)\}}{\text{Bound}(H(U), H(V)) - E\{I(U,V)\}}

    where U={U1,,UR}U = \{U_1, \dots, U_R\} and V={V1,,VC}V = \{V_1, \dots, V_C\} are partitions of NN data items, H(U)=i=1RUiNlogUiNH(U) = -\sum_{i=1}^R \frac{|U_i|}{N} \log \frac{|U_i|}{N} is the entropy of UU, I(U,V)=i=1Rj=1CUiVjNlogNUiVjUiVjI(U,V) = \sum_{i=1}^R \sum_{j=1}^C \frac{|U_i \cap V_j|}{N} \log \frac{N |U_i \cap V_j|}{|U_i||V_j|} is the mutual information, and E{I(U,V)}E\{I(U,V)\} is the expected mutual information under the permutation model.

    Depending on the upper bound chosen for normalization, four variants of adjusted mutual information are defined:

    AMImax(U,V)=I(U,V)E{I(U,V)}max{H(U),H(V)}E{I(U,V)}\text{AMI}_{\max}(U,V) = \frac{I(U,V) - E\{I(U,V)\}}{\max\{H(U), H(V)\} - E\{I(U,V)\}}

    AMIsum(U,V)=I(U,V)E{I(U,V)}12[H(U)+H(V)]E{I(U,V)}\text{AMI}_{\text{sum}}(U,V) = \frac{I(U,V) - E\{I(U,V)\}}{\frac{1}{2}[H(U) + H(V)] - E\{I(U,V)\}}

    AMIsqrt(U,V)=I(U,V)E{I(U,V)}H(U)H(V)E{I(U,V)}\text{AMI}_{\text{sqrt}}(U,V) = \frac{I(U,V) - E\{I(U,V)\}}{\sqrt{H(U) H(V)} - E\{I(U,V)\}}

    AMImin(U,V)=I(U,V)E{I(U,V)}min{H(U),H(V)}E{I(U,V)}\text{AMI}_{\min}(U,V) = \frac{I(U,V) - E\{I(U,V)\}}{\min\{H(U), H(V)\} - E\{I(U,V)\}}

    The corresponding adjusted distance measures are their unit complements, defined as Ad(U,V)=1AMI(U,V)\text{Ad}(U,V) = 1 - \text{AMI}(U,V). These measures equal 11 (for similarity) or 00 (for distance) when UU and VV are identical, and equal 00 (similarity) or 11 (distance) when the mutual information equals its expected value under chance agreement.

  3. Knowl 3 — Metric Property of Normalized Information Distance and Normalized Variation of Information

    theoretical result

    Let UU and VV be two partitional clusterings of a finite dataset with NN items, with marginal entropies H(U)H(U) and H(V)H(V), joint entropy H(U,V)H(U,V), and mutual information I(U,V)I(U,V).

    The normalized variation of information (NVI):

    djoint(U,V)=1I(U,V)H(U,V)=H(UV)+H(VU)H(U,V)d_{\text{joint}}(U,V) = 1 - \frac{I(U,V)}{H(U,V)} = \frac{H(U|V) + H(V|U)}{H(U,V)}

    and the normalized information distance (NID):

    dmax(U,V)=1I(U,V)max{H(U),H(V)}=max{H(UV),H(VU)}max{H(U),H(V)}d_{\max}(U,V) = 1 - \frac{I(U,V)}{\max\{H(U), H(V)\}} = \frac{\max\{H(U|V), H(V|U)\}}{\max\{H(U), H(V)\}}

    are both true metrics on the space of clusterings. They satisfy non-negativity, identity of indiscernibles (d(U,V)=0    U=Vd(U,V)=0 \iff U=V), symmetry (d(U,V)=d(V,U)d(U,V)=d(V,U)), and the triangle inequality (d(U,W)d(U,V)+d(V,W)d(U,W) \le d(U,V) + d(V,W) for all clusterings U,V,WU, V, W).

    Both metrics are bounded within [0,1][0, 1]. Because max{H(U),H(V)}H(U,V)\max\{H(U), H(V)\} \le H(U,V), dmaxd_{\max} provides a tighter normalization bound than djointd_{\text{joint}}, enabling it to use the full nominal range [0,1][0, 1] more effectively.

  4. Knowl 4 — Non-Metric Property of Min, Sum, and Sqrt Distance Variants

    theoretical result

    Among unnormalized and normalized information-theoretic clustering distance measures, the min, sum, and geometric mean variants violate the triangle inequality and are therefore not metrics:

    1. The unnormalized distance measures:

    Dmin(U,V)=min{H(U),H(V)}I(U,V)D_{\min}(U,V) = \min\{H(U), H(V)\} - I(U,V)

    Dsqrt(U,V)=H(U)H(V)I(U,V)D_{\text{sqrt}}(U,V) = \sqrt{H(U)H(V)} - I(U,V)

    are not metrics. Counterexample: let XX and YY be independent binary variables with P(X=1)=P(X=0)=P(Y=1)=P(Y=0)=1/2P(X=1)=P(X=0)=P(Y=1)=P(Y=0)=1/2, and Z=(X,Y)Z = (X,Y). Then Dmin(X,Y)=1>Dmin(X,Z)+Dmin(Y,Z)=0D_{\min}(X,Y) = 1 > D_{\min}(X,Z) + D_{\min}(Y,Z) = 0.

    1. The normalized distance measures:

    dmin(U,V)=1I(U,V)min{H(U),H(V)}d_{\min}(U,V) = 1 - \frac{I(U,V)}{\min\{H(U), H(V)\}}

    dsum(U,V)=12I(U,V)H(U)+H(V)d_{\text{sum}}(U,V) = 1 - \frac{2I(U,V)}{H(U) + H(V)}

    dsqrt(U,V)=1I(U,V)H(U)H(V)d_{\text{sqrt}}(U,V) = 1 - \frac{I(U,V)}{\sqrt{H(U)H(V)}}

    are not metrics, each failing the triangle inequality on the same counterexample.

  5. Knowl 5 — Upper Bounds on Expected Mutual Information and Asymptotic Convergence

    theoretical result

    For two random partitional clusterings UU (with RR clusters of sizes a1,,aRa_1, \dots, a_R) and VV (with CC clusters of sizes b1,,bCb_1, \dots, b_C) on a dataset of NN data items under the generalized hypergeometric distribution model of randomness, the expected mutual information E{I(U,V)}E\{I(U,V)\} satisfies:

    E{I(U,V)}i=1Rj=1CaibjN2log(N(ai1)(bj1)(N1)aibj+Naibj)log(N+RCRCN1)E\{I(U,V)\} \le \sum_{i=1}^R \sum_{j=1}^C \frac{a_i b_j}{N^2} \log\left(\frac{N(a_i - 1)(b_j - 1)}{(N - 1)a_i b_j} + \frac{N}{a_i b_j}\right) \le \log\left(\frac{N + RC - R - C}{N - 1}\right)

    Consequently, for fixed cluster counts RR and CC, the expected mutual information vanishes asymptotically as sample size increases:

    limNE{I(U,V)}=0\lim_{N \to \infty} E\{I(U,V)\} = 0

    As NN \to \infty, all adjusted mutual information measures AMI\text{AMI} converge to their unadjusted normalized counterparts NMI\text{NMI}. When the ratio of sample size to number of clusters is large (e.g., N/K100N/K \ge 100), E{I(U,V)}E\{I(U,V)\} is close to zero and chance correction is unnecessary.

  6. Knowl 6 — Non-Metric Property of Adjusted Information Distance Measures

    theoretical result

    All chance-adjusted information-theoretic distance measures:

    Admax(U,V)=1AMImax(U,V)\text{Ad}_{\max}(U,V) = 1 - \text{AMI}_{\max}(U,V)

    Adsum(U,V)=1AMIsum(U,V)\text{Ad}_{\text{sum}}(U,V) = 1 - \text{AMI}_{\text{sum}}(U,V)

    Adsqrt(U,V)=1AMIsqrt(U,V)\text{Ad}_{\text{sqrt}}(U,V) = 1 - \text{AMI}_{\text{sqrt}}(U,V)

    Admin(U,V)=1AMImin(U,V)\text{Ad}_{\min}(U,V) = 1 - \text{AMI}_{\min}(U,V)

    fail to satisfy the triangle inequality and therefore are not true metrics on the space of clusterings.

    For N=5N = 5 data items, the three clusterings:

    U={U3,U1,U1,U1,U2},V={V2,V2,V3,V1,V2},X={X2,X1,X1,X1,X2}U = \{U_3, U_1, U_1, U_1, U_2\}, \quad V = \{V_2, V_2, V_3, V_1, V_2\}, \quad X = \{X_2, X_1, X_1, X_1, X_2\}

    (where the kk-th entry specifies the cluster assignment of data point kk) violate the triangle inequality for these adjusted measures. For any N=5+dN = 5 + d (dN+d \in \mathbb{N}^+), appending dd singleton items to U,V,XU, V, X yields a corresponding counterexample.

  7. Knowl 7 — Metric Property of the Unnormalized Maximum Information Distance

    theoretical result

    The unnormalized maximum information distance between two partitional clusterings UU and VV of a set of NN items is defined as:

    Dmax(U,V)=max{H(U),H(V)}I(U,V)=max{H(UV),H(VU)}D_{\max}(U,V) = \max\{H(U), H(V)\} - I(U,V) = \max\{H(U|V), H(V|U)\}

    where H(U)H(U) and H(V)H(V) are marginal entropies, I(U,V)I(U,V) is mutual information, and H(UV)H(U|V) and H(VU)H(V|U) are conditional entropies.

    Dmax(U,V)D_{\max}(U,V) is a true metric on the space of clusterings, satisfying non-negativity (Dmax(U,V)0D_{\max}(U,V) \ge 0), identity of indiscernibles (Dmax(U,V)=0    U=VD_{\max}(U,V) = 0 \iff U = V), symmetry (Dmax(U,V)=Dmax(V,U)D_{\max}(U,V) = D_{\max}(V,U)), and the triangle inequality:

    Dmax(U,W)Dmax(U,V)+Dmax(V,W)D_{\max}(U,W) \le D_{\max}(U,V) + D_{\max}(V,W)

    for any clusterings U,V,WU, V, W. The range of Dmax(U,V)D_{\max}(U,V) is [0,logN][0, \log N].

  8. Knowl 8 — Information-Theoretic Similarity and Distance Normalization Bounds

    definition

    For two partitional clusterings U={U1,,UR}U = \{U_1, \dots, U_R\} and V={V1,,VC}V = \{V_1, \dots, V_C\} of NN data points, the mutual information I(U,V)I(U,V) satisfies the bounding inequalities:

    I(U,V)min{H(U),H(V)}H(U)H(V)12(H(U)+H(V))max{H(U),H(V)}H(U,V)I(U,V) \le \min\{H(U), H(V)\} \le \sqrt{H(U)H(V)} \le \frac{1}{2}(H(U) + H(V)) \le \max\{H(U), H(V)\} \le H(U,V)

    Dividing I(U,V)I(U,V) by each upper bound yields five normalized mutual information (NMI) similarity measures taking values in [0,1][0,1]:

    • NMIjoint(U,V)=I(U,V)H(U,V)\text{NMI}_{\text{joint}}(U,V) = \frac{I(U,V)}{H(U,V)}
    • NMImax(U,V)=I(U,V)max{H(U),H(V)}\text{NMI}_{\max}(U,V) = \frac{I(U,V)}{\max\{H(U), H(V)\}}
    • NMIsum(U,V)=2I(U,V)H(U)+H(V)\text{NMI}_{\text{sum}}(U,V) = \frac{2I(U,V)}{H(U) + H(V)}
    • NMIsqrt(U,V)=I(U,V)H(U)H(V)\text{NMI}_{\text{sqrt}}(U,V) = \frac{I(U,V)}{\sqrt{H(U)H(V)}}
    • NMImin(U,V)=I(U,V)min{H(U),H(V)}\text{NMI}_{\min}(U,V) = \frac{I(U,V)}{\min\{H(U), H(V)\}}

    Subtracting each normalized similarity measure from 11 gives the corresponding normalized distance measures djoint,dmax,dsum,dsqrt,dmin[0,1]d_{\text{joint}}, d_{\max}, d_{\text{sum}}, d_{\text{sqrt}}, d_{\min} \in [0,1].

  9. Knowl 9 — Consensus Index for Determining the Number of Clusters

    model/method

    The consensus index (CI) estimates the true number of clusters KK^* in a dataset by measuring the internal agreement within an ensemble of clusterings generated under perturbations.

    For a candidate number of clusters K{2,,Kmax}K \in \{2, \dots, K_{\max}\}, an ensemble UK={U1,U2,,UB}\mathcal{U}_K = \{U_1, U_2, \dots, U_B\} containing BB partitions is generated by applying a clustering algorithm (such as KK-means) under perturbations (e.g., random projections or data subsampling). The consensus index is the average pairwise agreement:

    CI(UK)=1i<jBAM(Ui,Uj)B(B1)/2\text{CI}(\mathcal{U}_K) = \frac{\sum_{1 \le i < j \le B} \text{AM}(U_i, U_j)}{B(B-1)/2}

    where AM(Ui,Uj)\text{AM}(U_i, U_j) is a normalized clustering similarity measure, such as AMImax\text{AMI}_{\max} or the adjusted Rand index (ARI). The estimated number of clusters is:

    K=argmaxK=2,,KmaxCI(UK)K^* = \arg\max_{K=2, \dots, K_{\max}} \text{CI}(\mathcal{U}_K)

    When unadjusted measures (such as MI, NMI, or VI) are used for AM\text{AM}, random chance agreement inflates the baseline similarity as KK increases, biasing KK^* toward excessively large cluster counts. Adjusted-for-chance measures (AMI, ARI) maintain a zero baseline regardless of KK, avoiding this bias.

  10. Knowl 10 — Sensitivity of Clustering Comparison Measures to Skewed Class Distributions

    theoretical result

    A clustering comparison measure is defective with respect to class distribution if it assigns higher similarity to a clustering with balanced cluster sizes than to a clustering whose cluster size distribution closely matches a skewed ground-truth clustering.

    For a ground-truth clustering UU with highly skewed cluster sizes (e.g., class sizes [30,2,6,10,2][30, 2, 6, 10, 2]) compared against:

    1. A balanced clustering VV with cluster sizes [10,10,10,10,10][10, 10, 10, 10, 10]
    2. A skewed clustering VV' with cluster sizes [29,2,6,11,2][29, 2, 6, 11, 2] matching the structure of UU

    the unadjusted, unnormalized mutual information is defective because it assigns I(U,V)>I(U,V)I(U,V) > I(U,V').

    Among normalized and adjusted variants, only the min-normalized measures—NMImin\text{NMI}_{\min}, DminD_{\min}, dmind_{\min}, and Admin\text{Ad}_{\min}—are defective in this sense. All other normalized and adjusted variants (including NMImax\text{NMI}_{\max}, NMIsum\text{NMI}_{\text{sum}}, NMIsqrt\text{NMI}_{\text{sqrt}}, NMIjoint\text{NMI}_{\text{joint}}, dmaxd_{\max}, djointd_{\text{joint}}, and their adjusted forms) correctly assign higher similarity / lower distance to VV' over VV.

Coverage note — Specific numerical experimental curves on individual microarray datasets are omitted in favor of the general consensus index method and theoretical properties of the measures.

References

  1. 1.A. N. Albatineh, M. Niewiadomska-Bugaj, and D. Mihalko. On similarity indices and correction for chance agreement. Journal of Classification, 23(2):301–313, 2006.
  2. 2.S. Asur, D. Ucar, and S. Parthasarathy. An ensemble framework for clustering protein-protein interaction networks. Bioinformatics, 23(13):i29–i40, 2007.
  3. 3.A. Banerjee, I. S. Dhillon, J. Ghosh, and S. Sra. Clustering on the unit hypersphere using von mises-fisher distributions. J. Mach. Learn. Res., 6:1345–1382, 2005.
  4. 4.S. Ben-David, U. von Luxburg, and D. Pal. A sober look at clustering stability. In 19th Annual Conference on Learning Theory (COLT 2006), pages 5–19, 2006.
  5. 5.M. Charikar, V. Guruswami, and A. Wirth. Clustering with qualitative information. In FOCS ’03: Procs. IEEE Symposium on Foundations of Computer Science, 2003.
  6. 6.T. M. Cover and J. A. Thomas. Elements of Information Theory. Wiley, 1991.
  7. 7.B. E. Dom. An information-theoretic external cluster-validity measure. Technical report, Research Report RJ 10219, IBM, 2001.
  8. 8.X. Z. Fern and C. E. Brodley. Random projection for high dimensional data clustering: A cluster ensemble approach. In Procs. ICML’03, pages 186–193, 2003.
  9. 9.Z. He, X. Xu, and S. Deng. k-anmi: A mutual information based clustering algorithm for categorical data. Inf. Fusion, 9(2):223–233, 2008.
  10. 10.L. Hubert and P. Arabie. Comparing partitions. Journal of Classif., 2(1):193–218, 1985.
  11. 11.A. Kraskov, H. Stogbauer, R. G. Andrzejak, and P. Grassberger. Hierarchical clustering using mutual information. EPL (Europhysics Letters), 70(2):278–284, 2005.
  12. 12.T. O. Kvalseth. Entropy and correlation: Some comments. Systems, Man and Cybernetics, IEEE Transactions on, 17(3):517–519, 1987.
  13. 13.H.O Lancaster. The chi-squared distribution. New York, 1969. John Wiley.
  14. 14.M. Li, X. Chen, X. Li, B. Ma, and P. Vitányi. The similarity metric. Information Theory, IEEE Transactions on, 50(12):3250–3264, 2004.
  15. 15.Z. Liu, Z. Guo, and M. Tan. Constructing tumor progression pathways and biomarker discovery with fuzzy kernel kmeans and dna methylation data. Cancer Inform, 6:1–7, 2008.
  16. 16.P. Luo, H. Xiong, G. Zhan, J. Wu, and Z. Shi. Information-theoretic distance measures for clustering validation: Generalization and normalization. IEEE Trans. on Knowl. and Data Eng., 21(9): 1249–1262, 2009.
  17. 17.M. Meilă. Comparing clusterings by the variation of information. In COLT ’03, pages 173–187, 2003.
  18. 18.M. Meilă. Comparing clusterings: an axiomatic view. In ICML ’05: Proceedings of the 22nd international conference on Machine learning, pages 577–584, 2005. ISBN 1-59593-180-5.
  19. 19.M. Meilă. Comparing clusterings—an information based distance. J. Multivar. Anal., 98(5):873– 895, 2007.
  20. 20.S. Monti, P. Tamayo, J. Mesirov, and T. Golub. Consensus clustering: A resampling-based method for class discovery and visualization of gene expression microarray data. Mach. Learn., 52(1-2): 91–118, 2003.
  21. 21.W. M. Rand. Objective criteria for the evaluation of clustering methods. Journal of the American Statistical Association, 66(336):846–850, 1971.
  22. 22.O. Shamir and N. Tishby. Model selection and stability in k-means clustering. In 21th Annual Conference on Learning Theory (COLT 2008), 2008.
  23. 23.V. Singh, L. Mukherjee, J. Peng, and J. Xu. Ensemble clustering using semidefinite programming with applications. Mach. Learn., 2009. doi: 10.1007/s10994-009-5158-y.
  24. 24.D. Steinley. Properties of the Hubert-Arabie adjusted Rand index. Psychol Methods, 9(3):386–96, 2004.
  25. 25.A. Strehl and J. Ghosh. Cluster ensembles - a knowledge reuse framework for combining multiple partitions. Journal of Machine Learning Research, 3:583–617, 2002.
  26. 26.K. Tumer and A.K. Agogino. Ensemble clustering with voting active clusters. Pattern Recognition Letters, 29(14):1947–1953, 2008.
  27. 27.N. X. Vinh and J. Epps. A novel approach for automatic number of clusters detection in microarray data based on consensus clustering. In BIBE’09: Procs. IEEE Int. Conf. on BioInformatics and BioEngineering, 2009.
  28. 28.N. X. Vinh, J. Epps, and J. Bailey. Information theoretic measures for clusterings comparison: Is a correction for chance necessary? In ICML ’09, 2009.
  29. 29.M. Warrens. On similarity coefficients for 2x2 tables and correction for chance. Psychometrika, 73 (3):487–502, 2008.
  30. 30.J. Wu, H. Xiong, and J. Chen. Adapting the right measures for k-means clustering. In KDD ’09, 2009.
  31. 31.Y. Y. Yao. Information-theoretic measures for knowledge discovery and data mining. In Entropy Measures, Maximum Entropy Principle and Emerging Applications, pages 115–136. Karmeshu (ed.), Springer, 2003.
  32. 32.Z. Yu, H-S. Wong, and H. Wang. Graph-based consensus clustering for class discovery from gene expression data. Bioinformatics, 23(21):2888–2896, 2007.

Citation

MLA
Vinh, N. X., et al. “Information Theoretic Measures for Clusterings Comparison: Variants, Properties, Normalization and Correction for Chance”. Journal of Machine Learning Research, vol. 11, no. 95, 2010, pp. 2837–54, https://jmlr.org/papers/v11/vinh10a.html.
APA
Vinh, N. X., Epps, J., & Bailey, J. (2010). Information Theoretic Measures for Clusterings Comparison: Variants, Properties, Normalization and Correction for Chance. Journal of Machine Learning Research, 11(95), 2837–2854. https://jmlr.org/papers/v11/vinh10a.html
Chicago
Vinh, N. X., J. Epps, and J. Bailey. 2010. “Information Theoretic Measures for Clusterings Comparison: Variants, Properties, Normalization and Correction for Chance”. Journal of Machine Learning Research 11 (95): 2837–54. https://jmlr.org/papers/v11/vinh10a.html.
Harvard
Vinh, N.X., Epps, J. and Bailey, J. (2010) “Information Theoretic Measures for Clusterings Comparison: Variants, Properties, Normalization and Correction for Chance”, Journal of Machine Learning Research, 11(95), pp. 2837–2854. Available at: https://jmlr.org/papers/v11/vinh10a.html.
Vancouver
1. Vinh NX, Epps J, Bailey J (2010) Information Theoretic Measures for Clusterings Comparison: Variants, Properties, Normalization and Correction for Chance. Journal of Machine Learning Research 11:2837–2854

BibTeX

@article{vinh2010information,
  title = {Information Theoretic Measures for Clusterings Comparison: Variants, Properties, Normalization and Correction for Chance},
  author = {Vinh, Nguyen Xuan and Epps, Julien and Bailey, James},
  year = {2010},
  journal = {Journal of Machine Learning Research},
  volume = {11},
  number = {95},
  pages = {2837-2854},
  url = {https://jmlr.org/papers/v11/vinh10a.html}
}
Metadata:DOI registry

Access the Paper

This paper is available from its original source. Click below to access the PDF.

Open PDF

License: https://creativecommons.org/licenses/by/4.0/