tree_walk {monoClust}R Documentation

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)

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.


[Package monoClust version 1.2.1 Index]