public class TreeMeasuresCollector extends water.MRTask<TreeMeasuresCollector>
| Modifier and Type | Class and Description |
|---|---|
static class |
TreeMeasuresCollector.ShuffleTask |
static class |
TreeMeasuresCollector.TreeMeasures<T extends TreeMeasuresCollector.TreeMeasures>
A simple holder for set of different tree measurements.
|
static class |
TreeMeasuresCollector.TreeSSE
A simple holder serving SSE per tree.
|
static class |
TreeMeasuresCollector.TreeVotes
A class holding tree votes.
|
| Modifier and Type | Method and Description |
|---|---|
static TreeMeasuresCollector.TreeSSE |
asSSE(TreeMeasuresCollector.TreeMeasures tm) |
static TreeMeasuresCollector.TreeVotes |
asVotes(TreeMeasuresCollector.TreeMeasures tm) |
static TreeMeasuresCollector.TreeSSE |
collectSSE(CompressedTree[] tree,
int nclasses,
water.fvec.Frame f,
int ncols,
float rate,
int variable,
double threshold) |
static TreeMeasuresCollector.TreeVotes |
collectVotes(CompressedTree[] tree,
int nclasses,
water.fvec.Frame f,
int ncols,
float rate,
int variable,
double threshold) |
void |
map(water.fvec.Chunk[] chks) |
void |
reduce(TreeMeasuresCollector t) |
TreeMeasuresCollector.TreeSSE |
resultSSE() |
TreeMeasuresCollector.TreeVotes |
resultVotes() |
appendables, asyncExec, asyncExec, asyncExec, asyncExec, asyncExecOnAllNodes, block, closeLocal, 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, postGlobal, postLocal, priority, profString, self, setProfile, setupLocalcopyOver, 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, tryUnforkpublic void map(water.fvec.Chunk[] chks)
map in class water.MRTask<TreeMeasuresCollector>public void reduce(TreeMeasuresCollector t)
reduce in class water.MRTask<TreeMeasuresCollector>public TreeMeasuresCollector.TreeVotes resultVotes()
public TreeMeasuresCollector.TreeSSE resultSSE()
public static TreeMeasuresCollector.TreeVotes collectVotes(CompressedTree[] tree, int nclasses, water.fvec.Frame f, int ncols, float rate, int variable, double threshold)
public static TreeMeasuresCollector.TreeSSE collectSSE(CompressedTree[] tree, int nclasses, water.fvec.Frame f, int ncols, float rate, int variable, double threshold)
public static TreeMeasuresCollector.TreeVotes asVotes(TreeMeasuresCollector.TreeMeasures tm)
public static TreeMeasuresCollector.TreeSSE asSSE(TreeMeasuresCollector.TreeMeasures tm)