Python_K-means算法

from sklearn import cluster


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

posted @ 2017-09-17 04:09  默盒  阅读(304)  评论(0编辑  收藏  举报