question about determining the correct number of clusters (documentation)
조회 수: 1 (최근 30일)
이전 댓글 표시
I have a question about determining the correct number of clusters (in k-means clustering).
In the documentation, there is a section about 'determining the correct number of clusters'. Please help me understand what the arguments in the table are for: iter (which would mean iterations), phase (?), num (?), and sum(?).
In the example, you will see:
Best total sum of distances = 1771.1
Here are my questions:
- Are we going for the best total sum of distances?
- From here, how are we able to determine that 4 is indeed the correct?
댓글 수: 0
답변 (1개)
Bernhard Suhm
2018년 10월 3일
You can use the silhouette plot or evalclusters function to evaluate the quality of your clustering. There's a little more info in this previous answer.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!