getJobs.ExperimentRegistry: Get jobs (here: experiments) from registry by id.
Description
Constructs an Experiment
for each job id provided.
Usage
# S3 method for ExperimentRegistry
getJobs(reg, ids, check.ids = TRUE)
Arguments
ids
[integer
]
Ids of job.
Default is all jobs.
check.ids
[logical(1)
]
Check the job ids?
Default is TRUE
.
Value
[list of Experiment
].