fftrees_ranktrees: Rank FFTs by current goal

View source: R/fftrees_ranktrees.R

fftrees_ranktreesR Documentation

Rank FFTs by current goal

Description

fftrees_ranktrees ranks trees in an FFTrees object x based on the current goal (either "cost" or as specified in x$params$goal).

fftrees_ranktrees is called by the main FFTrees function when creating FFTs from and applying them to (training) data.

Usage

fftrees_ranktrees(x, data = "train")

Arguments

x

An FFTrees object.

data

The type of data to be used (as character). Default: data = "train".

See Also

FFTrees for creating FFTs from and applying them to data.


ndphillips/FFTrees documentation built on April 25, 2024, 1:07 a.m.