C# Класс Accord.MachineLearning.SubproblemEventArgs

Subproblem progress event argument.
Наследование: System.EventArgs
Показать файл Открыть проект

Открытые методы

Метод Описание
SubproblemEventArgs ( int class1, int class2 ) : System

Initializes a new instance of the SubproblemEventArgs class.

Описание методов

SubproblemEventArgs() публичный Метод

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.
Результат System