Description Usage Arguments Details Value Author(s) See Also
View source: R/tdmOptsDefaults.r
There is no need to call this function directly, use tdmOptsDefaultsSet
(opts)
instead, which calls tdmOptsDefaultsFill in the end.
tdmOptsDefaultsFill
fills the current opts
with further default
parameters if they are not yet defined. The defaults may depend on previously
defined elements of opts
(e.g. opts$filename
).
1 | tdmOptsDefaultsFill(opts)
|
opts |
the options |
What is the difference between tdmOptsDefaultsSet
and tdmOptsDefaultsFill
? –
tdmOptsDefaultsSet
is used for all parameters that do NOT depend on previously defined elements of opts
.
tdmOptsDefaultsFill
is used to fill in further opts
elements, if not yet defined, depending on
previous settings (e. g. opts$LOGFILE
is derived from opts$filename
).
opts
, the extended options, where additional elements, if they are not yet defined, are set as:
TST.COL |
["TST.COL"] |
PDFFILE |
["*_pic.pdf"] file for multipage graphics in case |
GD.PNGDIR |
["PNG*"] directory for .png files in case |
LOGFILE |
["*.log"] where to log the output |
EVALFILE |
["*_eval.csv"] file with evaluation results allEVAL |
SRF.samp |
sample size for SRF, derived from |
rgain.string |
one out of c("RGain", "MeanCA", "MinCA", "RMAE","RMSE", "MADE", "AreaROC", "AreaLift", "AreaPrRe"),
depending on |
Here * is the stripped part of opts$filename
(w/o suffix).
All files and directories in the above settings are relative to dir opts$dir.output
.
Wolfgang Konen, THK
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.