|
BaseBatchesTBatch, TInputGetEnumerator Method
|
Returns an enumerator that iterates through a collection.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public virtual IEnumerator<TBatch> GetEnumerator()
Public Overridable Function GetEnumerator As IEnumerator(Of TBatch)
Request Example
View SourceReturn Value
Type:
IEnumeratorTBatchAn
IEnumerator object that can be used to iterate through the collection.
See Also