Description Usage Arguments Details Value Author(s) See Also Examples
Initialise the prototypes of a dissimilarity Self-Organising Map with a
classical multidimensional scaling. The prototypes are regulary
positioned (according to the prior structure) in the two dimensional
space representation of the data according to a classical MDS. If the
dissimilarity matrix contains squared Euclidean distances between vector
data, then this method is equivalent to
sominit.pca.default
.
1 2 | ## S3 method for class 'dist'
sominit.pca(data, somgrid, weights, ...)
|
data |
the data to which the SOM will be fitted, i.e., a
distance matrix of class |
somgrid |
a |
weights |
optional weights for the data points |
... |
not used |
The method first conducts an eigen analysis of the doubly centred squared dissimilarity matrix. It generates a regular grid in the two dimensional representation space spanned by the first two eigen vectors and returns the coordinates of the nodes of the grid as linear combinations of the original points.
A list with the following components
prototype |
a matrix containing appropriate initial prototypes |
D |
the matrix of squared dissimilarities |
D.c |
the doubly centered matrix obtained from D |
D.eigen |
the result of the eigen analysis of D.c |
Fabrice Rossi
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.