|
OneVsRest< TModel, TInput> . GetEnumerator 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()
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of Integer, TModel))
Request Example
View SourceReturn Value
Type:
IEnumerator<KeyValuePair<Int32,
TModel>>
A
IEnumerator< T> that can be used to iterate through the collection.
See Also