Documentation For Encog 2.x

NeighborhoodGaussian Constructor

Construct the neighborhood function with the specified radial function. Generally this will be a Gaussian function but any RBF should do.

NeighborhoodGaussian(
   IRadialBasisFunction radial
);

Parameters

radial
The radial basis function to use.

See Also

NeighborhoodGaussian Class | Encog.Neural.Networks.Training.Competitive.Neighborhood Namespace