public class CoxPH extends hex.ModelBuilder<CoxPHModel,CoxPHModel.CoxPHParameters,CoxPHModel.CoxPHOutput>
| Modifier and Type | Class and Description |
|---|---|
class |
CoxPH.CoxPHDriver |
protected static class |
CoxPH.CoxPHTask |
hex.ModelBuilder.BuilderVisibility, hex.ModelBuilder.ValidationMessage_fold, _messages, _nclass, _offset, _parms, _response, _train, _valid, _vresponse, _weights| Constructor and Description |
|---|
CoxPH(CoxPHModel.CoxPHParameters parms) |
| Modifier and Type | Method and Description |
|---|---|
hex.ModelBuilder.BuilderVisibility |
builderVisibility() |
hex.ModelCategory[] |
can_build() |
void |
init(boolean expensive)
Initialize the ModelBuilder, validating all arguments and preparing the
training frame.
|
long |
progressUnits() |
hex.schemas.ModelBuilderSchema |
schema() |
water.Job<CoxPHModel> |
trainModelImpl(long work)
Start the Cox PH training Job on an F/J thread.
|
checkMemoryFootPrint, clearInitState, computeCrossValidation, computePriorClassDistribution, createModelBuilder, deleteProgressKey, error_count, error, getAlgo, getAlgo, getAlgo, getAlgoFullName, getModelBuilder, getModelBuilders, getModelClass, hasFoldCol, hasOffsetCol, hasWeightCol, hide, ignoreBadColumns, ignoreStringColumns, info, isClassifier, isSupervised, modifyParmsForCrossValidationMainModel, modifyParmsForCrossValidationSplits, nclasses, numSpecialCols, registerModelBuilder, response, responseMean, separateFeatureVecs, train, trainModel, updateValidationMessages, valid, validationErrors, vresponse, warncancel, cancel, checksum_impl, createProgressKey, dest, done, failed, get, isCancelledOrCrashed, isDone, isRunning, isRunning, isStopped, jobs, msec, progress_msg, progress, remove_impl, start, update, update, update, updatechecksum, getBinarySerializer, getPublishedKeys, remove, remove, remove, removepublic CoxPH(CoxPHModel.CoxPHParameters parms)
public hex.ModelCategory[] can_build()
can_build in class hex.ModelBuilder<CoxPHModel,CoxPHModel.CoxPHParameters,CoxPHModel.CoxPHOutput>public hex.ModelBuilder.BuilderVisibility builderVisibility()
builderVisibility in class hex.ModelBuilder<CoxPHModel,CoxPHModel.CoxPHParameters,CoxPHModel.CoxPHOutput>public hex.schemas.ModelBuilderSchema schema()
schema in class hex.ModelBuilder<CoxPHModel,CoxPHModel.CoxPHParameters,CoxPHModel.CoxPHOutput>public water.Job<CoxPHModel> trainModelImpl(long work)
trainModelImpl in class hex.ModelBuilder<CoxPHModel,CoxPHModel.CoxPHParameters,CoxPHModel.CoxPHOutput>work - public long progressUnits()
progressUnits in class hex.ModelBuilder<CoxPHModel,CoxPHModel.CoxPHParameters,CoxPHModel.CoxPHOutput>public void init(boolean expensive)
init in class hex.ModelBuilder<CoxPHModel,CoxPHModel.CoxPHParameters,CoxPHModel.CoxPHOutput>