• Jaccard Index
    The Jaccard index (also known as Jaccard similarity coefficient) between partitions A and B is defined as the size of the intersection divided by the size of the union of the sample sets:
    比较不同聚类的指标

    where a, b, c and d are the entries in the mismatch matrix.

    比较不同聚类的指标

     

  • Fowlkes and Mallows

    Another method for comparing clusters was proposed by Fowlkes and Mallows (1983) as an alternative for Rand index. The Fowlkes and Mallows index can be defined as
    比较不同聚类的指标
    Actually, the Wallace coefficient was derived from this index (Wallace, 1983) and therefore it can be rewritten as
    比较不同聚类的指标


  • Mirkin Metric
    This coefficient assumes null value for identical clusterings and positive values otherwise. It corresponds to the Hamming distance between the binary vector representation of each partition.
    比较不同聚类的指标
    It provides an alternative adjusted form of Rand index. However, unlike Hubert and Arabie's adjusted Rand (Hubert, 1985) it doesn't provide a correction for chance agreement. Meila (2005) also proposed a bounded version of this index:
    比较不同聚类的指标
  • NMI (normalized mutual information)
     
    比较不同聚类的指标

    where cA ( cB ) i s t he number of groups in the partition A ( B),Ci· ( C·j ) i s t he sum of elements of C in row i (column j),
    and N is the number of nodes.

    If A = B, t hen I ( A,B) = 1; if A and B are completely different, t hen I ( A,B) = 0.


(to be continued...)

相关文章:

  • 2021-08-16
  • 2022-12-23
  • 2021-08-01
  • 2021-10-14
  • 2021-11-29
  • 2021-05-04
  • 2021-11-28
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-05-15
  • 2022-12-23
  • 2021-11-27
  • 2022-12-23
  • 2021-07-09
相关资源
相似解决方案