Documentation For Encog 2.x

INeuralNetworkPattern.AddHiddenLayer Method

Add the specified hidden layer.

void AddHiddenLayer(
   int count
);

Parameters

count
The number of neurons in the hidden layer.

See Also

INeuralNetworkPattern Interface | Encog.Neural.Networks.Pattern Namespace