![]() |
DecisionTreeTraversal Class |
Namespace: Accord.MachineLearning.DecisionTrees
The DecisionTreeTraversal type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | BreadthFirst |
Breadth-first traversal method.
|
![]() ![]() | DepthFirst |
Depth-first traversal method.
|
![]() ![]() | PostOrder |
Post-order tree traversal method.
|