|
|
| GreedySingleTreeTraverser (RuleType &rule) |
| | Instantiate the greedy single tree traverser with the given rule set.
|
| |
| void | Traverse (const size_t queryIndex, TreeType &referenceNode) |
| | Traverse the tree with the given point. More...
|
| |
|
size_t | NumPrunes () const |
| | Get the number of prunes.
|
| |
◆ Traverse()
template<typename TreeType , typename RuleType >
Traverse the tree with the given point.
- Parameters
-
| queryIndex | The index of the point in the query set which is being used as the query point. |
| referenceNode | The tree node to be traversed. |
The documentation for this class was generated from the following files: