protected static class CoxPH.CoxPHTask extends FrameTask<CoxPH.CoxPHTask>
FrameTask.ExtractDenseRow| Modifier and Type | Field and Description |
|---|---|
protected long[] |
countEvents |
protected long |
n |
protected long |
n_missing |
protected double[] |
rcumsumRisk |
protected double[][] |
rcumsumXRisk |
protected double[][][] |
rcumsumXXRisk |
protected double[] |
sizeCensored |
protected double[] |
sizeEvents |
protected double[] |
sizeRiskSet |
protected double[] |
sumLogRiskEvents |
protected double[] |
sumRiskEvents |
protected double[] |
sumWeightedCatX |
protected double[] |
sumWeightedNumX |
protected double |
sumWeights |
protected double[][] |
sumXEvents |
protected double[][] |
sumXRiskEvents |
protected double[][][] |
sumXXRiskEvents |
_dinfo, _jobKey, _shuffle, _useFraction| Modifier and Type | Method and Description |
|---|---|
protected boolean |
chunkInit()
Override this to initialize at the beginning of chunk processing.
|
protected void |
postGlobal() |
protected void |
processRow(long gid,
DataInfo.Row row)
Method to process one row of the data.
|
void |
reduce(CoxPH.CoxPHTask that) |
applyMiniBatchUpdate, chunkDone, closeLocal, dinfo, getMiniBatchSize, map, processRow, setupLocalappendables, asyncExec, asyncExec, asyncExec, asyncExec, asyncExecOnAllNodes, block, compute2, dfork, dfork, dfork, dfork, dinvoke, doAll, doAll, doAll, doAll, doAll, doAll, doAll, doAll, doAll, doAllNodes, getResult, isReleasable, map, map, map, map, map, map, map, map, map, map, map, map, onCompletion, onExceptionalCompletion, outputFrame, outputFrame, outputFrame, postLocal, priority, profString, self, setProfilecopyOver, getDException, hasException, logVerbose, onAck, onAckAck, setExceptionclone, compute, frozenType, icer, nextThrPriority, read_impl, read, readJSON_impl, readJSON, write_impl, write, writeJSON_impl, writeJSONaddToPendingCount, compareAndSetPendingCount, complete, exec, getCompleter, getPendingCount, getRawResult, setCompleter, setPendingCount, setRawResult, tryCompleteadapt, adapt, adapt, cancel, compareAndSetForkJoinTaskTag, completeExceptionally, fork, get, get, getException, getForkJoinTaskTag, getPool, getQueuedTaskCount, getSurplusQueuedTaskCount, helpQuiesce, inForkJoinPool, invoke, invokeAll, invokeAll, invokeAll, isCancelled, isCompletedAbnormally, isCompletedNormally, isDone, join, peekNextLocalTask, pollNextLocalTask, pollTask, quietlyComplete, quietlyInvoke, quietlyJoin, reinitialize, setForkJoinTaskTag, tryUnforkprotected long n
protected long n_missing
protected double sumWeights
protected double[] sumWeightedCatX
protected double[] sumWeightedNumX
protected double[] sizeRiskSet
protected double[] sizeCensored
protected double[] sizeEvents
protected long[] countEvents
protected double[][] sumXEvents
protected double[] sumRiskEvents
protected double[][] sumXRiskEvents
protected double[][][] sumXXRiskEvents
protected double[] sumLogRiskEvents
protected double[] rcumsumRisk
protected double[][] rcumsumXRisk
protected double[][][] rcumsumXXRisk
protected boolean chunkInit()
FrameTaskchunkInit in class FrameTask<CoxPH.CoxPHTask>protected void processRow(long gid,
DataInfo.Row row)
FrameTaskprocessRow in class FrameTask<CoxPH.CoxPHTask>gid - - global id of this row, in [0,_adaptedFrame.numRows())public void reduce(CoxPH.CoxPHTask that)
reduce in class water.MRTask<CoxPH.CoxPHTask>protected void postGlobal()
postGlobal in class water.MRTask<CoxPH.CoxPHTask>