k-mean算法中k和centroids的区别

The difference between k and centroids in k-mean algorithm

我对 K 均值聚类算法有点困惑。该算法的初始步骤是在计算相似性矩阵之前提供 centroids seeds。簇数kcentroids有区别吗?

每个集群都有一个质心。所以不,簇数 kcentroids.

的数量没有区别