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!