Function is the kernel internal
for som training, implemented
in pure R.
som.nn.som.experimental(
data,
grid,
len = 100,
alpha = 0.05,
radius,
init,
toroidal = FALSE
)
S3 object of type \code{kohonen} with the trained som.
matrix with training data.
somgrid object
number of steps to be trained (steps - not epochs!).
learning rate c(first, last).
radius c(first, last).
codes for initialisation.
true if doughnut-shaped som.