net = rbfsetfw(net, scale)
net = rbfsetfw(net, scale)
sets the widths of
the basis functions of the
RBF network net
.
If Gaussian basis functions are used, then the variances are set to
the largest squared distance between centres if scale
is non-positive
and scale
times the mean distance of each centre to its nearest
neighbour if scale
is positive. Non-Gaussian basis functions do
not have a width.
rbftrain
, rbfsetbf
, gmmem
Copyright (c) Ian T Nabney (1996-9)