How to determine the K value for k-means algorithm? [duplicate]

怎甘沉沦 提交于 2019-12-12 00:38:31

问题


Possible Duplicate:
How do I determine k when using k-means clustering?

How can we determine the value of K(the number of clusters) for the k-means algorithm ??


回答1:


Sometimes.

There are various methods, that usually require trying different values of k and measuring which worked best.

Here are some duplicate questions you missed:

How to optimal K in K - Means Algorithm

K-Means Algorithm

Kmeans without knowing the number of clusters?

K means finding elbow when the elbow plot is a smooth curve



来源:https://stackoverflow.com/questions/11360403/how-to-determine-the-k-value-for-k-means-algorithm

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!