Description Usage Arguments Value Author(s) See Also
Initialise the prototypes of a Self-Organising Map with Principal Component Analysis or a related method (e.g., classical multidimensional scaling for a dissimilarity matrix).
1 |
data |
the data to which the SOM will be fitted. This can be, e.g., a matrix or data frame of observations (which should be scaled), or a distance matrix |
somgrid |
a |
... |
additional parameters to be passed to methods |
A list with at least a component prototypes
containing initial
prototypes. Different implementations of the function provide other
components, in particular the results of the PCA or the related method
used to compute the prototypes.
Fabrice Rossi
sominit.pca.default
and
sominit.pca.dist
for implementations,
and sominit.random
for an alternative.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.