Documentation For Encog 2.x

HopfieldPattern.OutputNeurons Property

Set the number of output neurons, should not be used with a hopfield neural network, because the number of input neurons defines the number of output neurons.

public int OutputNeurons { public get; public set; }

Implements

INeuralNetworkPattern.OutputNeurons

See Also

HopfieldPattern Class | Encog.Neural.Networks.Pattern Namespace