tree_walk: Traverse a Tree to Find the Leaves (Terminal Nodes)
Description
Traverse a Tree to Find the Leaves (Terminal Nodes)
Usage
tree_walk(new_point, jump_table)
Value
The index of the terminal node after traversing the new data point on
the tree.