defaultOpts: Default settings for the data mining part of TDMR (list...

Description Usage Details Value Author(s) See Also

View source: R/defaultOpts.R

Description

Sets suitable defaults for the data mining part of TDMR.

Usage

1

Details

With the call setParams(myOpts,defaultOpts()) it is possible to extend a partial list myOpts to a list containing all opts-elements (the missing ones are taken from defaultOpts()). If myOpts has an element not present in defaultOpts(), this element is not taken and a warning is issued.
With setParams(myOpts,defaultOpts(),keepNotMatching=TRUE) also elements of myOpts not present in defaultOpts() are taken (no warnings).

Value

a list with the elements according to tdmOptsDefaultsSet

Author(s)

Wolfgang Konen (wolfgang.konen@th-koeln.de), Samineh Bagheri, THK, 2018

See Also

setParams, defaultSC


TDMR documentation built on March 3, 2020, 1:06 a.m.