Objects from the Class
Objects can be created by calls of the form
new("flexclustControl", ...). In addition, named lists can be
coerced to flexclustControl
objects, names are completed if unique (see examples).Learning Rate of Neural Gas
The neural gas algorithm uses updates of form
$$cnew = cold + e*exp(-m/l)*(x - cold)$$
for every centroid, where $m$ is the order (minus 1) of the
centroid with
respect to distance to data point $x$ (0=closest, 1=second,
...). The parameters $e$ and $l$ are given by
$$e = par1*(par2/par1)^(iter/iter.max),$$
$$l = par3*(par4/par3)^(iter/iter.max).$$
See Martinetz et al (1993) for details of the algorithm, and the
examples section on how to obtain default values.