How to plot SOM results in Cluster form or How to check how many cluster are formed using self-organizing map
1 回表示 (過去 30 日間)
古いコメントを表示
Hello i hope you are doing well. I am using Neural Net Clustering app to cluster Fisher iris Dataset.
I want to see the clustering Result or How to check how may cluster are formed using self-organizing map
load fisheriris.mat
P=meas;
net=selforgmap([10 10]);
net=configure(net,P);
net=train(net,P);
view(net);
y=net(P);
classes=vec2ind(y);
0 件のコメント
回答 (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!