Documentation For Encog 2.x

BasicNetwork.Winner Method

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

public int Winner(
   INeuralData input
);

Parameters

input
The input patter to present to the neural network.

Return Value

The winning neuron.

Implements

INetwork.Winner

See Also

BasicNetwork Class | Encog.Neural.Networks Namespace