View source: R/som.nn.som.gaussian.R
som.nn.som.gaussian | R Documentation |
Function is the kernel gaussian
for som training, implemented
in pure R.
som.nn.som.gaussian(
data,
grid,
len = 100,
alpha = 0.05,
radius,
init,
toroidal = FALSE
)
data |
matrix with training data. |
grid |
somgrid object |
len |
number of steps to be trained (steps - not epochs!). |
alpha |
learning rate. |
radius |
radius. |
init |
codes for initialisation. |
toroidal |
true if doughnut-shaped som. |
S3 object of type \code{kohonen} with the trained som.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.