self organizing map number of cluster

2 ビュー (過去 30 日間)
crixus
crixus 2015 年 4 月 16 日
編集済み: crixus 2015 年 4 月 16 日
Hi all, i would like to ask if i can determine each node of som as one cluster ?
For my data,i have already used k means and fcm to cluster the data into 2 clusters(the difference in the cluster is 2 data points). now i am trying to use som to see if the results tally with either one clustering methods or will produce a new result. i used the following code
dimension1 = 1;
dimension2 = 2;
net = selforgmap([dimension1 dimension2]);
by setting the dimension this way and if i consider each node as one cluster, it will tally with the results of k means.

回答 (0 件)

カテゴリ

Help Center および File ExchangeCluster Analysis and Anomaly Detection についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by