Python_K-means算法

from sklearn import cluster


[centroid, label, inertia] = cluster.k_means(data_to_be_classified, num_of_clusters)

转载于:https://www.cnblogs.com/ZhengPeng7/p/7534526.html

你可能感兴趣的:(Python_K-means算法)