|
DecisionNodeGetEnumerator Method
|
Returns an enumerator that iterates through the node's subtree.
Namespace:
Accord.MachineLearning.DecisionTrees
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public IEnumerator<DecisionNode> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of DecisionNode)
Request Example
View SourceReturn Value
Type:
IEnumeratorDecisionNode
A
IEnumeratorT that can be used to iterate through the collection.
See Also