C# Class Encog.Neural.Networks.Prune.HiddenLayerParams

Specifies the minimum and maximum neuron counts for a layer.
Exibir arquivo Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
HiddenLayerParams ( int min, int max ) : System

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 ) : System
min int The minimum number of neurons.
max int The maximum number of neurons.
return System