get_fft_df: Get FFT definitions (from an 'FFTrees' object 'x')

View source: R/util_abc.R

get_fft_dfR Documentation

Get FFT definitions (from an FFTrees object x)

Description

get_fft_df gets the FFT definitions of an FFTrees object x (as a data.frame).

Usage

get_fft_df(x)

Arguments

x

An FFTrees object.

Details

The FFTs in the data.frame returned are represented in the one-line per FFT definition format used by an FFTrees object.

In addition to looking up x$trees$definitions, get_fft_df verifies that the FFT definitions are valid (given current settings).

Value

A set of FFT definitions (as a data.frame/tibble, in the one-line per FFT definition format used by an FFTrees object).

See Also

read_fft_df for reading one FFT definition from tree definitions; write_fft_df for writing one FFT to tree definitions; add_fft_df for adding FFTs to tree definitions; FFTrees for creating FFTs from and applying them to data.

Other utility functions: get_best_tree(), get_exit_type()

Other tree definition and manipulation functions: add_fft_df(), add_nodes(), drop_nodes(), edit_nodes(), flip_exits(), read_fft_df(), reorder_nodes(), select_nodes(), write_fft_df()


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