Documentation For Encog 2.x

BasicNetwork.DetermineWinner Method

Determine which member of the output is the winning neuron.

public static int DetermineWinner(
   INeuralData output
);

Parameters

output
The output from the neural network.

Return Value

The winning neuron.

See Also

BasicNetwork Class | Encog.Neural.Networks Namespace