Click or drag to resize
Accord.NET (logo)

SubproblemEventArgs Constructor

Initializes a new instance of the SubproblemEventArgs class.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public SubproblemEventArgs(
	int class1,
	int class2
)
Request Example View Source

Parameters

class1
Type: SystemInt32
One of the classes in the subproblem.
class2
Type: SystemInt32
The other class in the subproblem.
See Also