| Neural Network Toolbox | |
| Provide feedback about this page |
Plot self-organizing map sample hits
Syntax
Description
plotsomhits(net,inputs) plots a SOM layer, with each neuron showing the number of input vectors that it classifies. The relative number of vectors for each neuron is shown via the size of a colored patch.
Example
load iris_dataset net = newsom(irisInputs,[5 5]); [net,tr] = train(net,irisInputs); plotsomhits(net,irisInputs);
See Also
| Provide feedback about this page |
![]() | plotsom | plotsomnc | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |