Documentation For Encog 2.x

BasicLayer.AddNext Method

Add a layer as the next layer. The layer will be added with a weighted synapse.

Overload List

Add a layer as the next layer. The layer will be added with a weighted synapse.

public void AddNext(ILayer)

Add a "next" layer.

public void AddNext(ILayer,SynapseType)

See Also

BasicLayer Class | Encog.Neural.Networks.Layers Namespace