|
OneVsOneTBinary, TInputGetEnumerator Method
|
Returns an enumerator that iterates through all machines
contained inside this multi-class support vector machine.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public IEnumerator<KeyValuePair<ClassPair, TBinary>> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of ClassPair, TBinary))
Request Example
View SourceReturn Value
Type:
IEnumeratorKeyValuePairClassPair,
TBinarySee Also