get_fft_df gets the FFT definitions
of an FFTrees object x
(as a data.frame).
Value
A set of FFT definitions (as a data.frame/tibble,
in the one-line per FFT definition format used by 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).
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()
