Click or drag to resize
Accord.NET (logo)

InnerParametersTBinary, TInputPair Property

Gets or sets the class pair that the classifier will be designated to learn. For OneVsRestTModel, TInput classifiers, the first element in the pair designates the class to be learned against all others.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public ClassPair Pair { get; }
Request Example View Source

Property Value

Type: ClassPair
See Also