如何确定 k-means 算法的 K 值? [复制]

Posted

技术标签:

【中文标题】如何确定 k-means 算法的 K 值? [复制]【英文标题】:How to determine the K value for k-means algorithm? [duplicate] 【发布时间】:2012-07-06 19:21:03 【问题描述】:

可能重复:How do I determine k when using k-means clustering?

我们如何确定 k-means 算法的 K(簇数)的值??

【问题讨论】:

使用搜索功能!这可能是关于 k-means 的最常见问题之一。 【参考方案1】:

有时。

有多种方法,通常需要尝试不同的 k 值并衡量哪种方法效果最好。

以下是您错过的一些重复问题:

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

【讨论】:

以上是关于如何确定 k-means 算法的 K 值? [复制]的主要内容,如果未能解决你的问题,请参考以下文章

k-means算法概述

K-Means 聚类算法

在 python / pyspark 中获取 k-means 质心和异常值

K-Means算法总结

常用聚类算法之一k-means实例解析

k-means 算法陷入局部最小值意味着啥?