public static final class QuantileV3.QuantileParametersV3 extends ModelParametersSchema<QuantileModel.QuantileParameters,QuantileV3.QuantileParametersV3>
Schema.Meta| Modifier and Type | Field and Description |
|---|---|
QuantileModel.CombineMethod |
combine_method |
static java.lang.String[] |
own_fields |
double[] |
probs |
ignore_const_cols, ignored_columns, model_id, score_each_iteration, training_frame, validation_frame__meta, _impl_class, _version_pattern| Constructor and Description |
|---|
QuantileV3.QuantileParametersV3() |
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, schemasclone, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, toJsonString, write_impl, write, writeExternal, writeHTML_impl, writeHTML, writeJSON_impl, writeJSONpublic static java.lang.String[] own_fields
@API(help="How to combine quantiles for even sample sizes", values={"INTERPOLATE","AVG","LO","HI"}) public QuantileModel.CombineMethod combine_method