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.
fftrees_define(x, object = NULL)An FFTrees object with tree definitions.
An FFTrees object.
An FFTrees object.
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.