public abstract class DRF
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
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 and Description |
---|
DRF() |
Modifier and Type | Method and Description |
---|---|
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.
|
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.