我使用的模糊c-means分段代碼here 我使用的圖像如下所示。當我嘗試了圖像的代碼中,我得到了以下(提供我也用不同的圖像): Warning: Image is too big to fit on screen; displaying at 50%
> In imuitools/private/initSize at 73
In imshow at 265
In fuzz
我正在研究虹膜數據集的模糊c-means聚類,但由於某些錯誤而無法可視化。 Using this tutorial我爲虹膜寫了以下內容,但它顯示名爲「AttributeError:shape」的錯誤。這是我的代碼: from sklearn import datasets
from sklearn.cluster import KMeans
import pandas as pd
impor