tree_walk {monoClust} | R Documentation |
Traverse a Tree to Find the Leaves (Terminal Nodes)
tree_walk(new_point, jump_table)
new_point |
New data point |
jump_table |
Jump table |
The index of the terminal node after traversing the new data point on the tree.