Click or drag to resize
Accord.NET (logo)

OneVsOneTBinary, TInputGetClassifierForClassPair Method

Gets the inner binary classification model used to distinguish between the given pair of classes.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public TBinary GetClassifierForClassPair(
	int classA,
	int classB
)
Request Example View Source

Parameters

classA
Type: SystemInt32
The class index for the first class.
classB
Type: SystemInt32
The class index for the second class.

Return Value

Type: TBinary
A binary classifier that can distinguish between the given classes.
See Also