fftrees_fitcomp: Fit competitive algorithms

View source: R/fftrees_fitcomp.R

fftrees_fitcompR 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 FFTrees object.

See Also

FFTrees for creating FFTs from and applying them to data.


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