powered by
Depth of each terminal node of a single tree in a ranger model. Note that root node has the id_node = 0.
terminalNodesDepthPerTree(treelike)
Output of `ranger::treeInfo`
data.table with two columns: id_node and depth
# NOT RUN { rf = ranger::ranger(Species ~ ., data = iris) terminalNodesDepthPerTree(ranger::treeInfo(rf, 1)) # }
Run the code above in your browser using DataLab