I am getting this warning message while executing the k means cluster algorithm ?
Mostrar comentarios más antiguos
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 comentarios
SALAH ALRABEEI
el 18 de Jun. de 2021
Try to increase the number of iterations
kmeans(data,k,'MaxIter',10000)
Image Analyst
el 18 de Jun. de 2021
You forgot to attach your data. I'll check back later for it.
MINO GEORGE
el 18 de Jun. de 2021
Respuestas (0)
Categorías
Más información sobre k-Means and k-Medoids Clustering en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!