选择聚类数(Choosing the number of cluster)

通常靠人工输入或者我们的经验来决定。因为数据集中有多少个聚类,往往搞不清楚:

选择聚类数(Choosing the number of cluster)_第1张图片

肘部法则(Elbow Method):

选择不同的K,然后观察代价函数J,然后找肘部在哪里,然后选择它;但是有时候这个肘部找不到,所以它不是万能的办法。

选择聚类数(Choosing the number of cluster)_第2张图片

根据实际情况来决定K的值是多少:

选择聚类数(Choosing the number of cluster)_第3张图片

你可能感兴趣的:(选择聚类数(Choosing the number of cluster))