Documentation For Encog 2.x

INetwork.Winner Method

Determine the winner for the specified input. This is the number of the winning neuron.

int Winner(
   INeuralData input
);

Parameters

input
The input patter to present to the neural network.

Return Value

The winning neuron.

See Also

INetwork Interface | Encog.Neural.Networks Namespace