tree_walk: Traverse a Tree to Find the Leaves (Terminal Nodes)

Description Usage Arguments Value

View source: R/predict.monoclust.R

Description

Traverse a Tree to Find the Leaves (Terminal Nodes)

Usage

1
tree_walk(new_point, jump_table)

Arguments

new_point

New data point

jump_table

Jump table

Value

The index of the terminal node after traversing the new data point on the tree.


monoClust documentation built on Feb. 15, 2021, 5:07 p.m.