powered by
Small example of tree data, like that obtained when using `extractTreeData()` function.
tree_data_example
A data frame with 14 rows and 4 columns representing the structure of trees:
Variable name used for splitting.
The value in a node (i.e., either the split value or leaf value).
Iteration Number.
Tree Number in the iteration.
...