<< ann_som_plot2d Visualization functions plot3dot >>

NeuralNet >> Visualization functions > ann_som_plot3d

ann_som_plot3d

Visualize 3-D Self-Organizing Map

Calling Sequence

ann_som_plot3d(w,d,nd)

Parameters

w :

weight matrix

d :

distance matrix

nd :

neibourhood distance

Description

This is the function to visualize 3-D Self-Organizing Map

Examples

N = [5,5,5];
y = ann_som_hextop(N);
ann_som_plot3d(y);

See also

Authors


Report an issue
<< ann_som_plot2d Visualization functions plot3dot >>