Documentation For Encog 2.x

BasicNetwork.HiddenLayers Property

Get a collection of the hidden layers in the network.

public ICollection<ILayer> HiddenLayers { public get; }

Implements

INetwork.HiddenLayers

See Also

BasicNetwork Class | Encog.Neural.Networks Namespace