plotsomplanes
Purpose
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.
Examples
load iris_dataset
net = newsom(irisInputs,[5 5]);
[net,tr] = train(net,irisInputs);
plotsomplanes(net);

See Also
plotsomhits, plotsomnc, plotsomnd
| | Provide feedback about this page |
 | plotsomnd | | plotsompos |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit