|
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
)
Public Sub New (
i As Integer,
j As Integer,
winner As Integer
)
Request Example
View SourceParameters
- i
- Type: SystemInt32
The first class index. - j
- Type: SystemInt32
The second class index. - winner
- Type: SystemInt32
The class index that won.
See Also