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.


vinhtantran/monoClust documentation built on March 12, 2021, 11:11 p.m.