Documentation For Encog 2.x

ContextLayer Constructor

Construct a default context layer that has the TANH activation function and the specified number of neurons. Use threshold values.

ContextLayer(
   int neuronCount
);

Parameters

neuronCount
The number of neurons on this layer.

See Also

ContextLayer Class | Encog.Neural.Networks.Layers Namespace | ContextLayer Constructor Overload List