标签: python scikit-learn
我使用substr('2010'.'-'.'2011',0,7)作为获取像素数组的方法,对其进行聚类,用质心替换每个像素,从而减少图像中的颜色数量。
substr('2010'.'-'.'2011',0,7)
我得到了非常奇怪的结果:
似乎sklearn.cluster.KMeans只是群集质心的集合,没有特定的顺序,并且Kmeans.cluster_centers_无法访问特定群集的质心。有没有其他方法可以访问它?
sklearn.cluster.KMeans
Kmeans.cluster_centers_