| 
            
              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
Syntaxpublic KeyValuePair<ClassPair, TBinary> this[
	int index
] { get; }Public ReadOnly Default Property Item ( 
	index As Integer
) As KeyValuePair(Of ClassPair, TBinary)
	Get
 Request Example
		View SourceParameters
- index
 - Type: SystemInt32
The index of the model (up to Count). 
Property Value
Type: 
KeyValuePairClassPair, 
TBinary
See Also