C# Class Encog.Neural.Prune.HiddenLayerParams

Afficher le fichier Open project: encog/encog-silverlight-core Class Usage Examples

Méthodes publiques

Méthode Description
HiddenLayerParams ( int min, int max )

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

Method Details

HiddenLayerParams() public méthode

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.