C# Class Accord.MachineLearning.SubproblemEventArgs

Subproblem progress event argument.
Inheritance: System.EventArgs
Afficher le fichier Open project: accord-net/framework

Méthodes publiques

Méthode Description
SubproblemEventArgs ( int class1, int class2 ) : System

Initializes a new instance of the SubproblemEventArgs class.

Method Details

SubproblemEventArgs() public méthode

Initializes a new instance of the SubproblemEventArgs class.
public SubproblemEventArgs ( int class1, int class2 ) : System
class1 int One of the classes in the subproblem.
class2 int The other class in the subproblem.
Résultat System