필터 지우기
필터 지우기

while using som how to cluster the data into three clusters?

조회 수: 2 (최근 30일)
praislin
praislin 2012년 10월 8일
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' ?

답변 (2개)

Greg Heath
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

Junaid
Junaid 2012년 10월 8일
Try using VLFEAT matlab implementation for Clustering, it has many algorithms with tutorial and example codes. You can easily see visually the clusters with different K.

카테고리

Help CenterFile Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by