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!