Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

FFTrees (version 1.7.0)

fftrees_define: Create FFT definitions

Description

fftrees_define creates definitions of fast-and-frugal trees (FFTs, as an FFTrees object).

fftrees_define usually passes passes x either to fftrees_grow_fan (to create new FFTs by applying algorithms to data) or to fftrees_wordstofftrees (if my.tree is specified). If object is provided, fftrees_define uses the trees from this FFTrees object.

Usage

fftrees_define(x, object = NULL)

Value

An FFTrees object with tree definitions.

Arguments

x

An FFTrees object.

object

An FFTrees object.

See Also

fftrees_create for creating FFTrees objects; fftrees_grow_fan for creating FFTs by applying algorithms to data; fftrees_wordstofftrees for creating FFTs from verbal descriptions; FFTrees for creating FFTs from and applying them to data.