fftrees_fitcomp {FFTrees} | R Documentation |
Fit competitive algorithms
Description
fftrees_fitcomp
fits competitive algorithms for binary classification tasks
(e.g., LR, CART, RF, SVM) to the data and parameters specified in an FFTrees
object.
fftrees_fitcomp
is called by the main FFTrees
function
when creating FFTs from and applying them to data (unless do.comp = FALSE
).
Usage
fftrees_fitcomp(x)
Arguments
x |
An |
See Also
FFTrees
for creating FFTs from and applying them to data.
[Package FFTrees version 2.0.0 Index]