Model of the classifier trained by the decision_forest::training::Batch algorithm.
More...
virtual size_t numberOfTrees |
( |
| ) |
const |
|
pure virtual |
Get number of trees in the decision forest model
- Returns
- number of trees
virtual void traverseBF |
( |
size_t |
iTree, |
|
|
classifier::TreeNodeVisitor & |
visitor |
|
) |
| const |
|
pure virtual |
Perform Breadth First Traversal of i-th tree
- Parameters
-
[in] | iTree | Index of the tree to traverse |
[in] | visitor | This object gets notified when tree nodes are visited |
virtual void traverseDF |
( |
size_t |
iTree, |
|
|
classifier::TreeNodeVisitor & |
visitor |
|
) |
| const |
|
pure virtual |
Perform Depth First Traversal of i-th tree
- Parameters
-
[in] | iTree | Index of the tree to traverse |
[in] | visitor | This object gets notified when tree nodes are visited |
The documentation for this class was generated from the following file: