Effacer les filtres
Effacer les filtres

I am getting this warning message while executing the k means cluster algorithm ?

4 vues (au cours des 30 derniers jours)
MINO GEORGE
MINO GEORGE le 18 Juin 2021
Commenté : MINO GEORGE le 18 Juin 2021
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 commentaires
Image Analyst
Image Analyst le 18 Juin 2021
You forgot to attach your data. I'll check back later for it.
MINO GEORGE
MINO GEORGE le 18 Juin 2021
The coding for k means algorithm is here
numberOfClusters = 7;
grayLevels = double(g(:));
[clusterIndexes, clusterCenters] = kmeans(grayLevels, numberOfClusters,...
'distance', 'sqEuclidean', ...
'Replicates', 2);
labeledImage = reshape(clusterIndexes, rows, columns);

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Statistics and Machine Learning Toolbox dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by