Description Usage Arguments Details Value Author(s) References See Also Examples
Plot a U-matrix for a Self-Organising Map.
1 |
som |
an object of class |
... |
additional parameters transmitted to the low level plot function |
Many variations of Ultsch and Siemon's original U-matrix have been
used in scientific publications. The umatrix
function provides
one of the simplest solution, based on a coloring of the glyphs used
to represent the prior structure of the fitted SOM. With the default
parameters, the colour of each cell encodes the mean distance between the
corresponding prototype and its direct neighbours (using
heat.colors
). Details can be
found in plot.sompdist
.
umatrix
silently returns the object of class "sompdist"
build from the som
parameters and used to construct the
graphical representation.
Fabrice Rossi
Ultsch, A. and Siemon, H. P. (1990) Kohonen's self organizing feature maps for exploratory data analysis, in: Proceedings of International Neural Network Conference (INNC'90).
See plot.sompdist
for details,
distance.grid
for possibly smoother plots.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.