View source: R/som.nn.run.kernel.R
som.nn.run.kernel | R Documentation |
calls the specified kernel for som training.
som.nn.run.kernel(
data,
classes = "no classes",
kernel = c("internal", "SOM"),
xdim,
ydim,
len = 100,
alpha = 0.05,
radius = 1,
init,
toroidal = FALSE
)
data |
|
classes |
|
kernel |
kernel to be used |
xdim |
number of neurons in x |
ydim |
number of neurons in y |
len |
number of steps to be trained (steps - not epochs!). |
alpha |
initial learning rate (decreased to 0). |
radius |
initial radius (decreased to 1). |
init |
|
toroidal |
true if doughnut-shaped som. |
list with elements \code{codes} and \code{grid}.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.