cue.getAllVariants: Creates list of all possible variants of cue- configurations.

Description Usage Arguments Value See Also

Description

By defining the optional parameters, these variants will be fix. Parameters with NULL- value will be varied

Usage

1
2
cue.getAllVariants(inputvector, allSplitValues = NULL, allTests = NULL,
  allPredictions = NULL, name = "Cue")

Arguments

inputvector

Data, which should be predicted.

allSplitValues

Numeric value; at which the prediction switches

allTests

character-/ stringvector, which describes the binarization- operator. ('==', '<=', '<', etc.). NULL means "Autodetect". Autodetect will use c("<=",">") for linear data (more than 2 unique values in inputvector) and c("==") for dichotome data (2 unique values in inputvector)

allPredictions

Logical value; what the cue will predict, if the test at the particular split succeeds

name

Charactervector; how the cues should be named

Value

list with S4 cue objects

See Also

Cue Fftree


fftrees documentation built on May 2, 2019, 5:48 p.m.