public static class SharedTreeV3.SharedTreeParametersV3<P extends SharedTreeModel.SharedTreeParameters,S extends SharedTreeV3.SharedTreeParametersV3<P,S>>
extends water.api.SupervisedModelParametersSchema<P,S>
| Modifier and Type | Field and Description |
|---|---|
int |
max_depth |
int |
min_rows |
int |
nbins |
int |
ntrees |
static java.lang.String[] |
own_fields |
double |
r2_stopping |
long |
seed |
balance_classes, class_sampling_factors, max_after_balance_size, max_confusion_matrix_size, max_hit_ratio_k, response_column| Constructor and Description |
|---|
SharedTreeV3.SharedTreeParametersV3() |
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 trees.",
gridable=true)
public int ntrees
@API(help="Maximum tree depth.",
gridable=true)
public int max_depth
@API(help="Fewest allowed observations in a leaf (in R called \'nodesize\').",
gridable=true)
public int min_rows
@API(help="Build a histogram of this many bins, then split at the best point",
gridable=true)
public int nbins
@API(help="Stop making trees when the r^2 metric equals or exceeds this") public double r2_stopping
@API(help="Seed for pseudo random number generator (if applicable)",
level=expert)
public long seed