public static class SharedTreeV3.SharedTreeParametersV3<P extends SharedTreeModel.SharedTreeParameters,S extends SharedTreeV3.SharedTreeParametersV3<P,S>>
extends water.api.SupervisedModelParametersSchema<P,S>
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 |
|---|---|
int |
max_depth |
int |
min_rows |
int |
nbins |
int |
ntrees |
static java.lang.String[] |
own_fields |
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.") public int ntrees
@API(help="Maximum tree depth.") public int max_depth
@API(help="Fewest allowed observations in a leaf (in R called \'nodesize\').") public int min_rows
@API(help="Build a histogram of this many bins, then split at the best point") public int nbins
@API(help="Seed for pseudo random number generator (if applicable)",
level=expert)
public long seed