Description Usage Arguments Details Value See Also
View source: R/tdmReadDataset.r
Read the data accoring to the settings opts$READ.*
and opts$TST.COL
(see Details).
1 | tdmReadDataset(opts)
|
opts |
list of options, we need here
|
When opts$READ.TstFn==NULL
, then only opts$READ.TrnFn
is used.
When opts$READ.TstFn!=NULL
, the following things happen in tdmReadDataset
:
Data are read from opts$filename
and from opts$filetest
. Both data sets are bound
together, with a new column opts$TST.COL
having '0' for the data from opts$filename and
having '1' for the data from opts$filetest. The branch using opts$TST.COL is invoked either with
umode="TST" in unbiasedRun
or with opts$TST.kind="col" in tdmModCreateCVindex
.
dset
, a data frame with all data read
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.