|
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
)
Public Function GetClassifierForClassPair (
classA As Integer,
classB As Integer
) As TBinary
Request Example
View SourceParameters
- classA
- Type: SystemInt32
The class index for the first class. - classB
- Type: SystemInt32
The class index for the second class.
Return Value
Type:
TBinaryA binary classifier that can distinguish between the given classes.
See Also