Click or drag to resize
Accord.NET (logo)

DecisionTreeTraversal Class

Common traversal methods for n-ary trees.
Inheritance Hierarchy
SystemObject
  Accord.MachineLearning.DecisionTreesDecisionTreeTraversal

Namespace:  Accord.MachineLearning.DecisionTrees
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public static class DecisionTreeTraversal
Request Example View Source

The DecisionTreeTraversal type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBreadthFirst
Breadth-first traversal method.
Public methodStatic memberDepthFirst
Depth-first traversal method.
Public methodStatic memberPostOrder
Post-order tree traversal method.
Top
See Also