Clear Filters
Clear Filters

How do I find a center of a class using SOMs?

1 view (last 30 days)
I am using the self-organizing maps algorithm through matlab toolbox and I am trying to find the centers of my clusters but I cannot find a way to do it. The only relevant commands I have found are the following: centers = net.IW; centers = net.LW; centers = net.b; it seems like that only the first one works but provides the center of the input weights

Answers (0)

Community Treasure Hunt

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

Start Hunting!