|
ClassPair Constructor
|
Initializes a new instance of the
ClassPair struct.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public ClassPair(
int i,
int j
)
Public Sub New (
i As Integer,
j As Integer
)
Request Example
View SourceParameters
- i
- Type: SystemInt32
The first class index in the pair. - j
- Type: SystemInt32
The second class index in the pair.
See Also