Documentation For Encog 2.x

ILayer.AddNext Method

Add a layer to this layer. The "next" layer being added will receive input from this layer. You can also add a layer to itself, this will create a self-connected layer. This method will create a weighted synapse connection between this layer and the next.

Overload List

Add a layer to this layer. The "next" layer being added will receive input from this layer. You can also add a layer to itself, this will create a self-connected layer. This method will create a weighted synapse connection between this layer and the next.

void AddNext(ILayer)

Add a layer to this layer. The "next" layer being added will receive input from this layer. You can also add a layer to itself, this will create a self-connected layer.

void AddNext(ILayer,SynapseType)

See Also

ILayer Interface | Encog.Neural.Networks.Layers Namespace