Click or drag to resize
Accord.NET (logo)

OneVsOneTBinary, TInputItem Property (Int32)

Gets a inner binary classification model inside this OneVsOneTBinary classifier, together with the pair of classes that it has been designed to distinguish.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public KeyValuePair<ClassPair, TBinary> this[
	int index
] { get; }
Request Example View Source

Parameters

index
Type: SystemInt32
The index of the model (up to Count).

Property Value

Type: KeyValuePairClassPair, TBinary
See Also