Learn R Programming

TDMR (version 2.2)

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

Description

Sets suitable defaults for the data mining part of TDMR.

Usage

defaultOpts()

Arguments

Value

a list with the elements according to tdmOptsDefaultsSet

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).

See Also

setParams, defaultSC