cv: Crossvalidates 'fftree' with another data- sample

Description Usage Arguments Value See Also

Description

Crossvalidates fftree with another data- sample

Usage

1
crossvalidate(tree, data = tree@crossvalidationdata)

Arguments

tree

fftree.

data

dataframe or list with dataframes similar to data the tree was fitted on

Value

list with 2 items. "MAE.leafs": Errors of leafs (exit structures of the fftree) crossvalidated predictions and "mean absolute error". "MAE.overall": Errors of fftree crossvalidated predictions and "mean absolute error".

See Also

cue,fftree, isCuePrunable, isCueLazy, isCueTrivial


fftrees documentation built on May 2, 2019, 5:48 p.m.

Related to cv in fftrees...