Learn R Programming

TDMR (version 2.2)

tdmEnvTMakeNew: Construct a new environment envT of class TDMenvir.

Description

Given the general TDMR settings in tdm, construct an appropriate environment envT. This is needed as input for tdmBigLoop.

Usage

tdmEnvTMakeNew(tdm = NULL, sCList = defaultSCList())

Arguments

tdm

a list with general settings for TDMR, see tdmDefaultsFill

sCList

[defaultSC()] a list of list with controls for SPOT or other tuners (one list for each element in tdm$runList)

Value

Environment envT, an object of class TDMenvir, containing (among others) the elements

runList

=tdm$runList

tdm

=tdmDefaultsFill(tdm)

getBst

accessor function(confFile,nExp,theTuner) into envT$bstGrid

getRes

accessor function(confFile,nExp,theTuner) into envT$resGrid

sCList

list of spotConfig-objects, as many as envT$runList has elements. Each spotConfig object sCList[[k]] contains a list opts as element for the machine learning part.

See Also

tdmBigLoop