Click or drag to resize
Accord.NET (logo)

Decision Constructor

Initializes a new instance of the Decision struct.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public Decision(
	int i,
	int j,
	int winner
)
Request Example View Source

Parameters

i
Type: SystemInt32
The first class index.
j
Type: SystemInt32
The second class index.
winner
Type: SystemInt32
The class index that won.
See Also