Click or drag to resize
Accord.NET (logo)

OneVsOneLearningTInput, TBinary, TModelOnSubproblemFinished Method

Raises the [E:SubproblemFinished] event.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
protected void OnSubproblemFinished(
	SubproblemEventArgs args
)
Request Example View Source

Parameters

args
Type: Accord.MachineLearningSubproblemEventArgs
The SubproblemEventArgs instance containing the event data.
See Also