Click or drag to resize
Accord.NET (logo)

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()
Request Example View Source

Return Value

Type: IEnumeratorKeyValuePairClassPair, TBinary
See Also