public static class GLMTask.CalculateAugZW extends water.MRTask<GLMTask.CalculateAugZW>
| Modifier and Type | Field and Description |
|---|---|
int |
_augZID |
int |
_dataColNumber |
DataInfo |
_dinfo |
int[] |
_dinfoWCol |
int |
_numColStart |
long |
_numDataRows |
int |
_numRandCol |
int |
_randColNumber |
int[] |
_random_columnsID |
int[] |
_weightWCol |
| Constructor and Description |
|---|
CalculateAugZW(water.Job job,
DataInfo dInfo,
GLMModel.GLMParameters params,
water.fvec.Frame prior_weight_psi,
int randCatLevels,
int dinfoRespColStart,
int weightColStart) |
| Modifier and Type | Method and Description |
|---|---|
void |
map(water.fvec.Chunk[] chunks) |
appendables, 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, reduce, self, setupLocal, 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, 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 DataInfo _dinfo
public int[] _random_columnsID
public int _augZID
public int _dataColNumber
public int _randColNumber
public int _numColStart
public int _numRandCol
public long _numDataRows
public int[] _dinfoWCol
public int[] _weightWCol
public CalculateAugZW(water.Job job,
DataInfo dInfo,
GLMModel.GLMParameters params,
water.fvec.Frame prior_weight_psi,
int randCatLevels,
int dinfoRespColStart,
int weightColStart)
public void map(water.fvec.Chunk[] chunks)
map in class water.MRTask<GLMTask.CalculateAugZW>