FFTrees v1.7.5
FFTrees version 1.7.5 was released on CRAN [on 2022-09-15].
This version contains mostly bug fixes, but also improves and revises existing functionality.
Changes since last release:
Major changes
-
Added distinctions between FFTs that "decide" vs. "predict" by using corresponding labels in plots and verbal descriptions.
-
Improved plotting and printing FFTs (with
plot.FFTrees()
andprint.FFTrees()
):- Added new plotting options (e.g.,
what = 'all'
vs.what = 'tree'
andwhat = 'icontree'
). - Added distinction in header of icon guide between FFTs that "decide" (for training data) vs. "predict" (for test data).
- Enabled applying a tree to new test data when providing a data frame as
data
. - Enabled passing some graphical parameters (e.g.,
col
,font
,adj
) to text of panel titles. - Return an invisible
FFTrees
objectx
(to allow re-assigning to globalx
when using new test data).
- Added new plotting options (e.g.,
Minor changes
-
Added
wacc
to measures computed for competing algorithms. -
Plotting with
plot.FFTrees()
:- Adjusted space for title to width of
main
argument. - Deprecated
stats
argument. - Moved utility functions to
helper_plot.R
.
- Adjusted space for title to width of
Details
- Revised documentation and vignettes.
- Renamed internal functions and variables.
The current development version of FFTrees is available at https://github.com/ndphillips/FFTrees.