Documentation For Encog 2.x

JordanPattern.AddHiddenLayer Method

Add a hidden layer, there should be only one.

public void AddHiddenLayer(
   int count
);

Parameters

count
The number of neurons in this hidden layer.

Implements

INeuralNetworkPattern.AddHiddenLayer

See Also

JordanPattern Class | Encog.Neural.Networks.Pattern Namespace