聚类# 类# cluster.KMeans([n_clusters, init, n_init, ...]) K-Means 聚类。 函数# cluster.k_means(X, n_clusters[, ...]) K-means 聚类算法。