k mean clustering output with centre and solution space

3 vues (au cours des 30 derniers jours)
suraj singh
suraj singh le 23 Mar 2018
Give matlab code to find k-means clustering on any numerical dataset. Output should have clustering diagram, and give cen as centre value which is (Kx1) vector and x is the solution space which is (NxK) matrix
  1 commentaire
suraj singh
suraj singh le 24 Mar 2018
Please give code i urgently need this i will be thankful

Connectez-vous pour commenter.

Réponses (1)

Image Analyst
Image Analyst le 24 Mar 2018
Just call kmeans() like the examples in the help show you. For what it's worth, I attach another example of kmeans() to do gray level segmentation

Community Treasure Hunt

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

Start Hunting!

Translated by