public static final class DRFV3.DRFParametersV3 extends SharedTreeV3.SharedTreeParametersV3<DRFModel.DRFParameters,DRFV3.DRFParametersV3>
water.api.ModelParametersSchema.ValidationMessageBase<I extends hex.ModelBuilder.ValidationMessage,S extends water.api.ModelParametersSchema.ValidationMessageBase<I,S>>, water.api.ModelParametersSchema.ValidationMessageV2| Modifier and Type | Field and Description |
|---|---|
boolean |
build_tree_one_node |
int |
mtries |
static java.lang.String[] |
own_fields |
float |
sample_rate |
max_depth, min_rows, nbins, ntrees, seedbalance_classes, class_sampling_factors, max_after_balance_size, max_confusion_matrix_size, max_hit_ratio_k, response_column| Constructor and Description |
|---|
DRFV3.DRFParametersV3() |
append_field_arrays, fields, fillFromImpl, fillImpl, writeParametersJSONacceptsFrame, createAndFillImpl, createImpl, extractVersion, fillFromParms, getExperimentalVersion, getHighestSupportedVersion, getImplClass, getImplClass, getLatestVersion, getSchemaVersion, markdown, markdown, markdown, markdown, newInstance, register, registerAllSchemasIfNecessary, schema, schema, schema, schema, schema, schemaClass, schemaClass, schemaClass, schemaClass, schemaspublic static java.lang.String[] own_fields
@API(help="Number of columns to randomly select at each level, or -1 for sqrt(#cols)") public int mtries
@API(help="Sample rate, from 0. to 1.0") public float sample_rate
@API(help="Run on one node only; no network overhead but fewer cpus used. Suitable for small datasets.") public boolean build_tree_one_node