Effacer les filtres
Effacer les filtres

How to plot SOM results in Cluster form or How to check how many cluster are formed using self-organizing map

1 vue (au cours des 30 derniers jours)
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);

Réponses (0)

Catégories

En savoir plus sur Function Approximation, Clustering, and Control dans Help Center et File Exchange

Produits


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by