Learn R Programming

FREEtree (version 0.1.0)

get_split_names: 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.