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
)
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.
radius.
codes for initialisation.
true if doughnut-shaped som.