k mean clustering output with centre and solution space

조회 수: 1 (최근 30일)
suraj singh
suraj singh 2018년 3월 23일
답변: Image Analyst 2018년 3월 24일
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
suraj singh
suraj singh 2018년 3월 24일
Please give code i urgently need this i will be thankful

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2018년 3월 24일
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