| Neural Network Toolbox | |
| Provide feedback about this page |
Plot self-organizing map weight planes
Syntax
Description
plotsomplanes(net) generates a set of subplots. Each ith subplot shows the weights from the ith input to the layer's neurons, with the most negative connections shown as blue, zero connections as black, and the strongest positive connections as red.
The plot is only shown for layers organized in one or two dimensions.
This function can also be called with standardized plotting function arguments used by the function train. For a description see help for template_plot.
Example
load iris_dataset net = newsom(irisInputs,[5 5]); [net,tr] = train(net,irisInputs); plotsomplanes(net);
See Also
plotsomhits, plotsomn, plotsomnd
| Provide feedback about this page |
![]() | plotsomnd | plotsompos | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |