Documentation For Encog 2.x

BasicLayer.NextLayers Property

@return The list of layers that the outbound synapses connect to.

public ICollection<ILayer> NextLayers { public get; }

Implements

ILayer.NextLayers

See Also

BasicLayer Class | Encog.Neural.Networks.Layers Namespace