|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthex.rf.DRF
public abstract class DRF
Distributed RandomForest
Nested Class Summary | |
---|---|
static class |
DRF.DRFJob
DRF job showing progress with reflect to a number of generated trees. |
static class |
DRF.DRFParams
RF execution parameters. |
static class |
DRF.DRFTask
Remote task implementation execution RF logic |
Constructor Summary | |
---|---|
DRF()
|
Method Summary | |
---|---|
static DRF.DRFJob |
execute(Key modelKey,
int[] cols,
ValueArray ary,
int ntrees,
int depth,
int binLimit,
Tree.StatType stat,
long seed,
boolean parallelTrees,
double[] classWt,
int numSplitFeatures,
Sampling.Strategy samplingStrategy,
float sample,
float[] strataSamples,
int verbose,
int exclusiveSplitLimit,
boolean useNonLocalData)
Create DRF task, execute it and returns DFuture. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DRF()
Method Detail |
---|
public static final DRF.DRFJob execute(Key modelKey, int[] cols, ValueArray ary, int ntrees, int depth, int binLimit, Tree.StatType stat, long seed, boolean parallelTrees, double[] classWt, int numSplitFeatures, Sampling.Strategy samplingStrategy, float sample, float[] strataSamples, int verbose, int exclusiveSplitLimit, boolean useNonLocalData)
job.get()
to wait till execution finish.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |