|
DecisionTreeLearningBaseGetEnumerator Method
|
Returns an enumerator that iterates through the collection.
Namespace:
Accord.MachineLearning.DecisionTrees.Learning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public IEnumerator<DecisionVariable> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of DecisionVariable)
Request Example
View SourceReturn Value
Type:
IEnumeratorDecisionVariableAn enumerator that can be used to iterate through the collection.
See Also