fftrees_grow_fan: Grow fast-and-frugal trees (FFTs) using the 'fan' algorithms

View source: R/fftrees_grow_fan.R

fftrees_grow_fanR Documentation

Grow fast-and-frugal trees (FFTs) using the fan algorithms

Description

fftrees_grow_fan is called by fftrees_define to create new FFTs by applying the fan algorithms (specifically, either ifan or dfan) to data.

Usage

fftrees_grow_fan(x, repeat.cues = TRUE)

Arguments

x

An FFTrees object.

repeat.cues

Can cues be considered/used repeatedly (as logical)? Default: repeat.cues = TRUE, but only relevant when using the dfan algorithm.

See Also

fftrees_create for creating FFTrees objects; fftrees_define for defining FFTs; 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.


FFTrees documentation built on June 7, 2023, 5:56 p.m.