Documentation For Encog 2.x

ActivationGaussian Constructor

Create a gaussian activation function.

ActivationGaussian(
   double center,
   double peak,
   double width
);

Parameters

center
The center of the curve.
peak
The peak of the curve.
width
The width of the curve.

See Also

ActivationGaussian Class | Encog.Neural.Activation Namespace