C# Class Encog.Neural.Prune.HiddenLayerParams

Mostrar archivo Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
HiddenLayerParams ( int min, int max )

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

Method Details

HiddenLayerParams() public method

Construct a hidden layer param object with the specified min and max values.
public HiddenLayerParams ( int min, int max )
min int The minimum number of neurons.
max int The maximum number of neurons.