Description Usage Arguments Value References
This function applies Kohonen's Self-Organizing Map algorithm in order to construct a low-dimensional mapping of the data.
1 2 3 4 5 6 7 8 9 10 |
trn_dat |
is a data object to map. Should be a numerical or factor based data matrix. |
xdim |
is x-dimension of the SOM |
ydim |
is y-dimension of the SOM |
maptopo |
specifies the topology of the SOM grid as either "rectangular" or "hexagonal" |
itermax |
specifies the number if learning iterations |
inits |
specifies if optimal initialization values are to be used. |
distmet |
specifies dissimilarity metric. Current options include "sumofsquares", "euclidean", "manhattan", and "tanimoto". Default is to use "Euclidean" for continuous data, and "tanimoto" for factors. |
lmode |
specifies the learning algorithm. The default is "online" but "batch" and "pbatch" are available via kohonen |
a 'kohonen' object
Kohonen, T. (1995) Self-Organizing Maps. Springer-Verlag
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.