tree_data_example {bartMan} | R Documentation |
tree_data_example
Description
Small example of tree data, like that obtained when using 'extractTreeData()' function.
Usage
tree_data_example
Format
A data frame with 14 rows and 4 columns representing the structure of trees:
- var
Variable name used for splitting.
- value
The value in a node (i.e., either the split value or leaf value).
- iteration
Iteration Number.
- treeNum
Tree Number in the iteration.
...
[Package bartMan version 0.1.1 Index]