Click or drag to resize
Accord.NET (logo)

OneVsRestTModel, TInputGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public IEnumerator<KeyValuePair<int, TModel>> GetEnumerator()
Request Example View Source

Return Value

Type: IEnumeratorKeyValuePairInt32, TModel
A IEnumeratorT that can be used to iterate through the collection.
See Also