Scikit K-means clustering performance measure

前端 未结 3 653
自闭症患者
自闭症患者 2021-02-04 08:42

I\'m trying to do a clustering with K-means method but I would like to measure the performance of my clustering. I\'m not an expert but I am eager to learn more about clustering

3条回答
  •  醉梦人生
    2021-02-04 08:48

    As you said, only Silhouette Coefficient and Calinski-Harabaz Index exist in scikit-learn. For Dunn index you may use either this or this link.

提交回复
热议问题