public static class Gram.GramTask extends FrameTask2<Gram.GramTask>
| Modifier and Type | Field and Description |
|---|---|
Gram |
_gram |
long |
_nobs |
_dinfo, _sparse| Constructor and Description |
|---|
GramTask(water.Key<water.Job> jobKey,
DataInfo dinfo) |
GramTask(water.Key<water.Job> jobKey,
DataInfo dinfo,
boolean std,
boolean intercept) |
| Modifier and Type | Method and Description |
|---|---|
void |
chunkDone()
Perform action after processing one "chunk" of data/
|
void |
chunkInit()
Initialization method, called once per "chunk".
|
protected void |
processRow(DataInfo.Row r) |
void |
reduce(Gram.GramTask gt) |
handlesSparseData, map, setSparse, setupLocalappendables, asyncExecOnAllNodes, block, closeLocal, compute2, dfork, dfork, dfork, dfork, dfork, dinvoke, doAll, doAll, doAll, doAll, doAll, doAll, doAll, doAll, doAll, doAll, doAll, doAll, doAllNodes, getResult, getResult, isReleasable, map, map, map, map, map, map, map, map, map, map, map, modifiesVolatileVecs, onCompletion, onExceptionalCompletion, outputFrame, outputFrame, outputFrame, postGlobal, profile, profString, self, withPostMapActioncopyOver, getDException, hasException, logVerbose, onAck, onAckAck, setExceptionasBytes, clone, compute, compute1, currThrPriority, frozenType, icer, priority, read, readJSON, reloadFromBytes, write, writeJSON__tryComplete, addToPendingCount, compareAndSetPendingCount, complete, exec, getCompleter, getPendingCount, getRawResult, setCompleter, setPendingCount, setRawResult, tryCompleteadapt, adapt, adapt, cancel, compareAndSetForkJoinTaskTag, completeExceptionally, fork, get, 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, tryUnforkpublic Gram _gram
public long _nobs
public GramTask(water.Key<water.Job> jobKey,
DataInfo dinfo)
public GramTask(water.Key<water.Job> jobKey,
DataInfo dinfo,
boolean std,
boolean intercept)
public void chunkInit()
FrameTask2chunkInit in class FrameTask2<Gram.GramTask>protected void processRow(DataInfo.Row r)
processRow in class FrameTask2<Gram.GramTask>public void chunkDone()
FrameTask2chunkDone in class FrameTask2<Gram.GramTask>public void reduce(Gram.GramTask gt)
reduce in class water.MRTask<Gram.GramTask>