Documentation For Encog 2.x

ContextLayer Constructor

Default constructor, mainly so the workbench can easily create a default layer.

Overload List

Default constructor, mainly so the workbench can easily create a default layer.

public ContextLayer()

Construct a context layer with the parameters specified.

public ContextLayer(IActivationFunction,bool,int)

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

public ContextLayer(int)

See Also

ContextLayer Class | Encog.Neural.Networks.Layers Namespace