|
SubproblemEventArgs Constructor
|
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public SubproblemEventArgs(
int class1,
int class2
)
Public Sub New (
class1 As Integer,
class2 As Integer
)
Request Example
View SourceParameters
- class1
- Type: SystemInt32
One of the classes in the subproblem. - class2
- Type: SystemInt32
The other class in the subproblem.
See Also