Learn R Programming

featurefinder (version 1.0)

parseSplits: 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

Run this code
# NOT RUN {
require(featurefinder)
data(examples)
parseSplits(treesAll[[1]][[2]])
# }

Run the code above in your browser using DataLab