Help in k means clustering
Mostra commenti meno recenti
Dear all, I am still not comfortable with k-means clustering in classification. Especially while rerunning with the code
eva = evalclusters(params,'kmeans','silhouette','KList',[2:20]);
It gives me different cases. Also while using separate code like
[idx,cent,sumdist, meansilh] =kcluster('param2W_sac.cld', optkn, s);
there is different answers. I think I am concemptually wrong in using rng-function. Is there some one to help me in this manner. It will be great is there availability to have online tutor in such cases.
Risposta accettata
Più risposte (1)
Mahesh
il 30 Set 2014
0 voti
Categorie
Scopri di più su k-Means and k-Medoids Clustering in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!