Documentation For Encog 2.x

BasicLayer.NeuronCount Property

Get or set the neuron count for this layer. This just sets it, it does not make any adjustments to the class. To automatically change the neuron count refer to the pruning classes.

public int NeuronCount { public get; public set; }

Implements

ILayer.NeuronCount

See Also

BasicLayer Class | Encog.Neural.Networks.Layers Namespace