Why am I receiving this error message about k means ?
Mostra commenti meno recenti
Error using kmeans
Too many input arguments.
Error in kmeans_grayscale_segmentation (line 53)
[clusterIndexes, clusterCenters] = kmeans(grayLevels, numberOfClusters,...
Any help is appreciated
3 Commenti
SALAH ALRABEEI
il 22 Giu 2021
what is the size of your input data!! Make sure not to have file named kmeans
Scott MacKenzie
il 22 Giu 2021
What's the complete line of code here:
[clusterIndexes, clusterCenters] = kmeans(grayLevels, numberOfClusters,...
Obviously, that's where the error is occurring, but unless you provide all the code, or at least all the code where the error occurs, it's hard to say.
Image Analyst
il 23 Giu 2021
It's
'distance', 'sqEuclidean', ...
'Replicates', 2);
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su k-Means and k-Medoids Clustering in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!