update: Updates/Refreshes 'fftree'

Description Usage Arguments Details Value See Also

Description

Updates/Refreshes fftree internal caches and results, like predictions, hit-/false alarm- counters, rest-data etc.

Usage

1
2
3
4
updateFftree(fftree)

## S4 method for signature 'fftree'
update(object, data = NULL)

Arguments

fftree

fftree

object

fftree

data

optional dataframe to update the model on

Details

This a somewhat internal function. Use it with caution. Normally one should use the wrapped version update instead of the direct call updateFftree.

Value

fftree

See Also

update,fftree ...

fftree


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

Related to update in fftrees...