I am getting this warning message while executing the k means cluster algorithm ?
이전 댓글 표시
Warning: Failed to converge in 100 iterations.
> In kmeans/loopBody (line 479)
In internal.stats.parallel.smartForReduce (line 136)
In kmeans (line 343)
In sav (line 27)
댓글 수: 3
SALAH ALRABEEI
2021년 6월 18일
Try to increase the number of iterations
kmeans(data,k,'MaxIter',10000)
Image Analyst
2021년 6월 18일
You forgot to attach your data. I'll check back later for it.
MINO GEORGE
2021년 6월 18일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 k-Means and k-Medoids Clustering에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!