Documentation For Encog 2.x

BasicLayer 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 BasicLayer()

Construct this layer with a non-default threshold function.

public BasicLayer(IActivationFunction,bool,int)

Construct this layer with a sigmoid threshold function.

public BasicLayer(int)

See Also

BasicLayer Class | Encog.Neural.Networks.Layers Namespace