parseSplits {featurefinder} | R Documentation |
parseSplits
Description
Extract information relating to the paths and volume of data in the leaves of the tree
Usage
parseSplits(thistree)
Arguments
thistree |
A tree |
Value
A list of parsed splits.
Examples
require(featurefinder)
data(examples)
parseSplits(treesAll[[1]][[2]])
[Package featurefinder version 1.1 Index]