| Neural Network Toolbox | |
| Provide feedback about this page |
Plot self-organizing map weight positions
Syntax
Description
plotsompos(net) plots the input vectors as green dots and shows how the SOM classifies the input space by showing blue-gray dots for each neuron's weight vector and connecting neighboring neurons with red lines.
Example
load simplecluster_dataset net = newsom(simpleclusterInputs,[10 10]); net = train(net,simpleclusterInputs); plotsompos(net,simpleclusterInputs);
See Also
plotsomnd, plotsomplanes, plotsomhits
| Provide feedback about this page |
![]() | plotsomplanes | plotsomtop | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |