parseSplits {featurefinder} | R Documentation |
Extract information relating to the paths and volume of data in the leaves of the tree
parseSplits(thistree)
thistree |
A tree |
A list of parsed splits.
require(featurefinder)
data(examples)
parseSplits(treesAll[[1]][[2]])