Click or drag to resize
Accord.NET (logo)

DecisionTreeTraversalDepthFirst Method

Depth-first traversal method.

Namespace:  Accord.MachineLearning.DecisionTrees
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public static IEnumerator<DecisionNode> DepthFirst(
	DecisionNode tree
)
Request Example View Source

Parameters

tree
Type: Accord.MachineLearning.DecisionTreesDecisionNode

Return Value

Type: IEnumeratorDecisionNode
See Also