public static class CoxPHModel.CoxPHParameters
extends hex.SupervisedModel.SupervisedParameters
| Modifier and Type | Class and Description |
|---|---|
static class |
CoxPHModel.CoxPHParameters.CoxPHTies |
| Modifier and Type | Field and Description |
|---|---|
water.fvec.Vec |
event_column |
double |
init |
int |
iter_max |
double |
lre_min |
water.fvec.Vec[] |
offset_columns |
water.fvec.Vec |
start_column |
water.fvec.Vec |
stop_column |
CoxPHModel.CoxPHParameters.CoxPHTies |
ties |
water.fvec.Vec |
weights_column |
| Constructor and Description |
|---|
CoxPHModel.CoxPHParameters() |
checksum_impl, defaultDropConsCols, defaultDropNA20Cols, missingColumnsType, read_lock_frames, read_unlock_frames, train, validpublic water.fvec.Vec start_column
public water.fvec.Vec stop_column
public water.fvec.Vec event_column
public water.fvec.Vec weights_column
public water.fvec.Vec[] offset_columns
public CoxPHModel.CoxPHParameters.CoxPHTies ties
public double init
public double lre_min
public int iter_max