get_split_names {FREEtree} | R Documentation |
Method for extracting names of splitting features used in a tree.
Description
Method for extracting names of splitting features used in a tree.
Usage
get_split_names(tree, data)
Arguments
tree |
a tree object. |
data |
train or test set. |
Value
names of splitting features extracted from tree object.
[Package FREEtree version 0.1.0 Index]