摘要: ```python3 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) 推荐(0) 编辑