opts
).Sets suitable defaults for the data mining part of TDMR.
defaultOpts()
a list with the elements according to tdmOptsDefaultsSet
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).