Modifier and Type | Field and Description |
---|---|
int |
_exclusiveSplitLimit
Arity under which we may use exclusive splits
|
int |
_verbose
Output warnings and info
|
Constructor and Description |
---|
DRF.DRFParams() |
Modifier and Type | Method and Description |
---|---|
static DRF.DRFParams |
create(int col,
int ntrees,
int depth,
int numrows,
int binLimit,
Tree.StatType statType,
long seed,
boolean parallelTrees,
double[] classWt,
int numSplitFeatures,
Sampling.Strategy samplingStrategy,
float sample,
float[] strataSamples,
int verbose,
int exclusiveSplitLimit,
boolean useNonLocalData) |
clone, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFields
public int _exclusiveSplitLimit
public int _verbose
public static final DRF.DRFParams create(int col, int ntrees, int depth, int numrows, int binLimit, Tree.StatType statType, long seed, boolean parallelTrees, double[] classWt, int numSplitFeatures, Sampling.Strategy samplingStrategy, float sample, float[] strataSamples, int verbose, int exclusiveSplitLimit, boolean useNonLocalData)