Feeds
답변 있음
'The 'Start' matrix must have the same number of columns as X.' - Error when using Kmeans
Your K is 16. So rather than doing this idx2Region = kmeans(XGrid,3,'MaxIter',1,'Start',C); do this idx2Region = kmeans(XGri...
'The 'Start' matrix must have the same number of columns as X.' - Error when using Kmeans
Your K is 16. So rather than doing this idx2Region = kmeans(XGrid,3,'MaxIter',1,'Start',C); do this idx2Region = kmeans(XGri...
4년 초과 전 | 0
