Description Usage Arguments Value
View source: R/tree_traversal_util.R
The starter function for the recursion in recursiveDepthBinning.
1 | startRecursiveDepthBinning(tree_split_varIDs)
|
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. |
A list with an element per depth encountered. Each element is a vector of variable IDs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.