Description Usage Arguments Value
map_inits: Identifies initial values for optimal Exposure Continuum Map fit via SOM
1 2 3 4 5 6 7 8 9 10 11 12 |
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 |
seedopt |
specifies method for initialization values. "pca.sample", "pca" or "ran" accepted. |
seedeval |
specifies the evaluation statistic for seed optimalization. |
distmet |
specifies dissimilarity metric. Current options include "sumofsquares", "euclidean", "manhattan", and "tanimoto". Default is to use "Euclidean" for continuous data, and "tanimoto" for factors. |
nstarts |
specifies number of initialization schemes to test if inits are not provided |
lmode |
specifies the learning algorithm. The default is "online" but "batch" and "pbatch" are available via kohonen |
a data.frame containing evaluation measures
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.