Documentation For Encog 2.x

HiddenLayerParams Constructor

Construct a hidden layer param object with the specified min and max values.

HiddenLayerParams(
   int min,
   int max
);

Parameters

min
The minimum number of neurons.
max
The maximum number of neurons.

See Also

HiddenLayerParams Class | Encog.Neural.Networks.Prune Namespace