startRecursiveDepthBinning: Start Recursive Depth Binning

Description Usage Arguments Value

View source: R/tree_traversal_util.R

Description

The starter function for the recursion in recursiveDepthBinning.

Usage

1
startRecursiveDepthBinning(tree_split_varIDs)

Arguments

tree_split_varIDs

Given one element of a 'split.varIDs' list, this function will pass it to the recursiveDepthBinning function to bin the tree by depth, starting at the root.

Value

A list with an element per depth encountered. Each element is a vector of variable IDs


climbeR documentation built on May 2, 2019, 3:37 p.m.