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