while using som how to cluster the data into three clusters?
조회 수: 2 (최근 30일)
이전 댓글 표시
I'm using som for clustering in my project. I want the image to be clustered into three clusters. so in this case how to set the values for 'd1' and 'd2' in the function 'selforgmap' ?
댓글 수: 0
답변 (2개)
Greg Heath
2012년 10월 9일
Kohonen's SOM algorithm is for UNSUPERVISED clustering. For supervised clustering he recommends his LVQ and LVQ2 algorithms
Nevertheless, you could try
1. Set d1 or d2 to be 3 and vary the other
or
2. Try initsompc
>> lookfor som
>> lookfor LVQ
Hope this helps.
Greg
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Function Approximation, Clustering, and Control에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!