Generate, Visualise, and Evaluate Fast-and-Frugal Decision Trees


[Up] [Top]

Documentation for package ‘FFTrees’ version 1.3.5

Help Pages

apply.tree Applies a fast-and-frugal tree to a dataset and generates several accuracy statistics
auc Calculates AUC (Area under the Curve) using trapezoidal approximation
blood Blood donation dataset
breastcancer Dataset: Physiological dataset for 699 patients tested for breast cancer.
car Car acceptability data
classtable Calculates several classification statistics from binary prediction and criterion (e.g.; truth) vectors
comp.pred Wrapper for classfication algorithms
contraceptive Contraceptive use data
creditapproval Credit approval data
cuerank Calculates thresholds that maximize a statistic (goal) for cues.
factclean Does miscellaneous cleaning of prediction datasets
fan.algorithm Grows fast-and-frugal trees using the fan algorithm
fertility Fertility data set
FFForest Creates a forest of fast and frugal decision trees
FFTrees Creates a fast-and-frugal trees (FFTrees) object.
FFTrees.guide Opens the FFTrees package guide
forestfires forestfires
grow.FFTrees Grows fast-and-frugal trees using an algorithm specified by 'algorithm'.
heart.cost Cue costs for the heartdisease dataa
heart.fff An FFForest object trained on the heartdisease dataset.
heart.test Heartdisease testing dataset
heart.train Heartdisease training dataset.
heartdisease Heart disease dataset
heuristic.algorithm Heuristic algorithms for building FFTs originally developed by Martignon, Katsikopoulos & Woike (2008)
inwords Describes an FFT in words
iris.v Iris data set
mushrooms Mushrooms dataset
plot.FFForest Creates a network plot. Code taken from Dirk Wulff (www.dirkwulff.org)
plot.FFTrees Plots an FFTrees object.
predict.FFForest Predict outcoms from a test dataset using an FFForest object
predict.FFTrees Predict new data from an FFTrees x
print.FFForest Prints summary information from an FFForest x
print.FFTrees Prints summary information from an FFTrees object
showcues Visualizes cue accuracies from an FFTrees object in a ROC space
sonar Sonar data set
summary.FFTrees Returns a summary of an fft object
titanic Titanic dataset
updateHistory Update the history of decisions from trees in an FFTrees object
voting Voting data set
wine Wine tasting dataset
wordstoFFT Converts text describing an FFT into an FFT definition.