dsetTest.TDMdata: Return test data of 'TDMdata' object

Description Usage Arguments Value Author(s) See Also

View source: R/tdmReadAndSplit.r

Description

Return the test part of a TDMdata object containing the task data.

Usage

1
2
## S3 method for class 'TDMdata'
dsetTest(x, ...)

Arguments

x

return value from a prior call to tdmReadAndSplit, an object of class TDMdata.

...

may contain nExp, experiment number, needed only if x$tdm$umode=="SP_T": add nExp to seed when randomly splitting in train and test data [default: nExp=0]

Value

tset, a data frame with all test records. If there are 0 test records, return NULL.

Author(s)

Wolfgang Konen, THK

See Also

unbiasedRun dsetTrnVa.TDMdata tdmReadAndSplit


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