Documentation For Encog 2.x

RadialBasisFunctionLayer.RandomizeGaussianCentersAndWidths Method

Set the gausian components to random values.

public void RandomizeGaussianCentersAndWidths(
   double min,
   double max
);

Parameters

min
The minimum value for the centers, widths and peaks.
max
The maximum value for the centers, widths and peaks.

See Also

RadialBasisFunctionLayer Class | Encog.Neural.Networks.Layers Namespace