public static final class CoxPHV3.CoxPHParametersV3 extends water.api.schemas3.ModelParametersSchemaV3<CoxPHModel.CoxPHParameters,CoxPHV3.CoxPHParametersV3>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
fields |
double |
init |
int |
iter_max |
double |
lre_min |
java.lang.String |
rcall |
java.lang.String |
start_column |
java.lang.String |
stop_column |
CoxPHModel.CoxPHParameters.CoxPHTies |
ties |
categorical_encoding, checkpoint, custom_metric_func, distribution, fold_assignment, fold_column, huber_alpha, ignore_const_cols, ignored_columns, keep_cross_validation_fold_assignment, keep_cross_validation_predictions, max_categorical_levels, max_runtime_secs, model_id, nfolds, offset_column, parallelize_cross_validation, quantile_alpha, response_column, score_each_iteration, stopping_metric, stopping_rounds, stopping_tolerance, training_frame, tweedie_power, validation_frame, weights_column| Constructor and Description |
|---|
CoxPHParametersV3() |
append_field_arrays, fields, fillFromImpl, fillImpl, writeParametersJSONcreateAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCallpublic static java.lang.String[] fields
@API(help="rcall",
direction=INPUT)
public java.lang.String rcall
@API(help="stop_column",
direction=INOUT)
public java.lang.String stop_column
@API(help="start_column",
direction=INOUT)
public java.lang.String start_column
@API(help="ties",
values={"efron","breslow"},
direction=INOUT)
public CoxPHModel.CoxPHParameters.CoxPHTies ties
@API(help="init",
direction=INOUT)
public double init
@API(help="lre_min",
direction=INOUT)
public double lre_min
@API(help="iter_max",
direction=INOUT)
public int iter_max