public static class CoxPHModel.CoxPHOutput
extends hex.Model.Output
| Modifier and Type | Field and Description |
|---|---|
double[] |
_coef |
java.lang.String[] |
_coef_names |
double[] |
_exp_coef |
double[] |
_exp_neg_coef |
double[] |
_se_coef |
double[] |
_z_coef |
_column_types, _cross_validation_fold_assignment_frame_id, _cross_validation_holdout_predictions_frame_id, _cross_validation_metrics, _cross_validation_metrics_summary, _cross_validation_models, _cross_validation_predictions, _cv_scoring_history, _defaultThreshold, _distribution, _domains, _end_time, _hasFold, _hasOffset, _hasTreatment, _hasWeights, _isSupervised, _job, _model_summary, _modelClassDist, _names, _orig_projection_array, _origDomains, _origNames, _priorClassDist, _reproducibility_information_table, _run_time, _scoring_history, _start_time, _total_run_time, _training_metrics, _validation_metrics| Constructor and Description |
|---|
CoxPHOutput(CoxPH coxPH,
water.fvec.Frame adaptFr,
water.fvec.Frame train,
water.util.IcedHashMap<water.rapids.ast.prims.mungers.AstGroup.G,water.util.IcedInt> strataMap) |
| Modifier and Type | Method and Description |
|---|---|
hex.ModelCategory |
getModelCategory() |
hex.Model.InteractionBuilder |
interactionBuilder() |
int |
nclasses() |
checksum_impl, classNames, clearModelMetrics, createInputFramesInformationTable, defaultThreshold, features, foldIdx, foldName, getInformationTableNumRows, getModelMetrics, hasFold, hasOffset, hasResponse, hasTreatment, hasWeights, isAutoencoder, isBinomialClassifier, isClassifier, isMultinomialClassifier, isSupervised, nfeatures, offsetIdx, offsetName, printTwoDimTables, resetThreshold, responseIdx, responseName, setNames, setNames, startClock, stopClock, toString, treatmentIdx, weightsIdx, weightsNamepublic java.lang.String[] _coef_names
public double[] _coef
public double[] _exp_coef
public double[] _exp_neg_coef
public double[] _se_coef
public double[] _z_coef
public CoxPHOutput(CoxPH coxPH, water.fvec.Frame adaptFr, water.fvec.Frame train, water.util.IcedHashMap<water.rapids.ast.prims.mungers.AstGroup.G,water.util.IcedInt> strataMap)
public int nclasses()
nclasses in class hex.Model.Outputpublic hex.ModelCategory getModelCategory()
getModelCategory in class hex.Model.Outputpublic hex.Model.InteractionBuilder interactionBuilder()
interactionBuilder in class hex.Model.Output