www.gusucode.com > nnet 案例源码 matlab代码程序 > nnet/PlotsomncExample.m

    %% plotsomnc
%% code

% Copyright 2015 The MathWorks, Inc.

x = iris_dataset;
net = selforgmap([8 8]);
net = train(net,x);
plotsomnc(net)