Documentation For Encog 2.x

ILayer.AddNext(ILayer, SynapseType) 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.

void AddNext(
   ILayer next,
   SynapseType type
);

Parameters

next
The layer that is to be added.
type
The type of synapse to add.

See Also

ILayer Interface | Encog.Neural.Networks.Layers Namespace | ILayer.AddNext Overload List