Learn R Programming

FFTrees (version 1.5.7)

fftrees_create: Create an FFTrees object

Description

Create an FFTrees object

Usage

fftrees_create(
  data = NULL,
  formula = NULL,
  algorithm = NULL,
  goal = NULL,
  goal.chase = NULL,
  goal.threshold = NULL,
  numthresh.method = NULL,
  numthresh.n = NULL,
  sens.w = NULL,
  max.levels = NULL,
  cost.outcomes = NULL,
  cost.cues = NULL,
  stopping.rule = NULL,
  stopping.par = NULL,
  decision.labels = NULL,
  main = NULL,
  my.tree = NULL,
  data.test = NULL,
  repeat.cues = NULL,
  quiet = NULL,
  do.lr = TRUE,
  do.svm = TRUE,
  do.cart = TRUE,
  do.rf = TRUE,
  do.comp = TRUE
)

Arguments

data

dataframe. Training data

formula

formula. A formula

algorithm

string.

goal

string.

goal.chase

string.

goal.threshold

string.

numthresh.method

string.

numthresh.n

integer.

sens.w

numeric.

max.levels

integer.

cost.outcomes

list.

cost.cues

list.

stopping.rule

string.

stopping.par

numeric.

decision.labels

string.

main

string.

my.tree

string.

data.test

dataframe.

repeat.cues

logical.

quiet

logical

do.lr

logical.

do.svm

logical.

do.cart

logical.

do.rf

logical.

do.comp

logical.

Value

An FFTrees object.