protected static class SharedTree.ScoreBuildOneTree
extends water.H2O.H2OCountedCompleter
| Modifier and Type | Field and Description |
|---|---|
boolean |
_did_split |
| Constructor and Description |
|---|
ScoreBuildOneTree(SharedTree st,
int k,
int nbins,
DTree tree,
int[] leafs,
DHistogram[][][] hcs,
water.fvec.Frame fr2,
boolean build_tree_one_node,
float[] improvPerVar,
hex.genmodel.utils.DistributionFamily family,
int respIdx,
int weightIdx,
int predsIdx,
int workIdx,
int nidIdx,
int treatmentIdx) |
| Modifier and Type | Method and Description |
|---|---|
void |
compute2() |
void |
onCompletion(jsr166y.CountedCompleter caller) |
asBytes, clone, compute, compute1, currThrPriority, frozenType, icer, priority, read, readJSON, reloadFromBytes, write, writeJSON__tryComplete, addToPendingCount, compareAndSetPendingCount, complete, exec, getCompleter, getPendingCount, getRawResult, onExceptionalCompletion, 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 ScoreBuildOneTree(SharedTree st, int k, int nbins, DTree tree, int[] leafs, DHistogram[][][] hcs, water.fvec.Frame fr2, boolean build_tree_one_node, float[] improvPerVar, hex.genmodel.utils.DistributionFamily family, int respIdx, int weightIdx, int predsIdx, int workIdx, int nidIdx, int treatmentIdx)