Click or drag to resize
Accord.NET (logo)

OneVsOneTBinary, TInputItem Property (Int32, Int32)

Gets or sets 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 this[
	int classA,
	int classB
] { get; set; }
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