K-Medoids / K-Means Algorithm. Data point with the equal distances between two or more cluster representatives

后端 未结 1 1635
北海茫月
北海茫月 2021-01-27 05:27

I have been researching and studying about partition-based clustering algorithms like K-means and K-Medoids. I have learned that K-medoids is more robust to outliers compared to

相关标签:
1条回答
  • 2021-01-27 06:02

    To prevent bad things from happening (infinite loops etc.) always prefer the cluster the point already is assigned to when tied.

    0 讨论(0)
提交回复
热议问题