public static class CoxPHModel.CoxPHParameters
extends hex.Model.Parameters
| Modifier and Type | Class and Description |
|---|---|
static class |
CoxPHModel.CoxPHParameters.CoxPHTies |
| Modifier and Type | Field and Description |
|---|---|
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 |
_auto_rebalance, _balance_classes, _categorical_encoding, _checkpoint, _class_sampling_factors, _custom_metric_func, _distribution, _fold_assignment, _fold_column, _huber_alpha, _ignore_const_cols, _ignored_columns, _is_cv_model, _keep_cross_validation_fold_assignment, _keep_cross_validation_predictions, _max_after_balance_size, _max_categorical_levels, _max_confusion_matrix_size, _max_runtime_secs, _nfolds, _offset_column, _parallelize_cross_validation, _pretrained_autoencoder, _quantile_alpha, _response_column, _score_each_iteration, _seed, _stopping_metric, _stopping_rounds, _stopping_tolerance, _train, _tweedie_power, _valid, _weights_column, MAX_SUPPORTED_LEVELS| Constructor and Description |
|---|
CoxPHParameters() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
algoName() |
java.lang.String |
fullName() |
java.lang.String |
javaName() |
long |
progressUnits() |
checksum_impl, checksum, defaultDropConsCols, defaultStoppingTolerance, getOrMakeRealSeed, hasCheckpoint, missingColumnsType, read_lock_frames, read_unlock_frames, setTrain, train, validpublic java.lang.String _start_column
public java.lang.String _stop_column
public CoxPHModel.CoxPHParameters.CoxPHTies _ties
public java.lang.String _rcall
public double _init
public double _lre_min
public int _iter_max
public java.lang.String algoName()
algoName in class hex.Model.Parameterspublic java.lang.String fullName()
fullName in class hex.Model.Parameterspublic java.lang.String javaName()
javaName in class hex.Model.Parameterspublic long progressUnits()
progressUnits in class hex.Model.Parameters