Click or drag to resize
Accord.NET (logo)

DistanceNetworkGetWinner Method

Get winner neuron.

Namespace:  Accord.Neuro
Assembly:  Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax
public int GetWinner()
Request Example View Source

Return Value

Type: Int32
Index of the winner neuron.
Remarks
The method returns index of the neuron, which weights have the minimum distance from network's input.
See Also