runJob: Run a single job defined in a DexBatch object

Description Usage Arguments Examples

Description

This function executes a single job defined in a DexBatch object and writes the results to the output connection defined therein.

Usage

1
runJob(object, j)

Arguments

object

DexBatch object that defines job parameters.

j

Job number to run

Examples

1
2
3
4
5
x = matrix(rnorm(10 * 10), 10, 10)
y = matrix(rnorm(10 * 10), 10, 10)
a1 = matrix(sample(c(0,1), 100, replace = TRUE))
db = dexBatch(list(x,y), list(a1))
runJob(db, 1)

MPCary/DEXICA documentation built on May 4, 2019, 2:35 p.m.