public class DeepLearning extends hex.ModelBuilder<DeepLearningModel,DeepLearningParameters,DeepLearningModel.DeepLearningModelOutput>
| Modifier and Type | Class and Description |
|---|---|
class |
DeepLearning.DeepLearningDriver |
_fold, _nclass, _offset, _parms, _response, _train, _valid, _vresponse, _weights| Constructor and Description |
|---|
DeepLearning(DeepLearningParameters parms)
Main constructor from Deep Learning parameters
|
| Modifier and Type | Method and Description |
|---|---|
hex.ModelBuilder.BuilderVisibility |
builderVisibility() |
hex.ModelCategory[] |
can_build()
Types of models we can build with DeepLearning
|
protected void |
checkMemoryFootPrint() |
void |
init(boolean expensive)
Initialize the ModelBuilder, validating all arguments and preparing the
training frame.
|
boolean |
isSupervised() |
void |
modifyParmsForCrossValidationMainModel(int N) |
void |
modifyParmsForCrossValidationSplits(int i,
int N,
water.Key<hex.Model> model_id) |
long |
progressUnits() |
hex.schemas.ModelBuilderSchema |
schema() |
water.Job<DeepLearningModel> |
trainModelImpl(long work,
boolean restartTimer)
Start the DeepLearning training Job on an F/J thread.
|
canBeDone, cancel, checkDistributions, clearInitState, computeCrossValidation, computePriorClassDistribution, createModelBuilder, deleteProgressKey, error_count, getAlgo, getAlgo, getAlgo, getAlgoFullName, getModelBuilder, getModelBuilders, getModelClass, hasFoldCol, hasOffsetCol, hasWeightCol, ignoreBadColumns, ignoreStringColumns, isClassifier, nclasses, nFoldCV, numSpecialCols, registerModelBuilder, response, responseMean, separateFeatureVecs, train, trainModel, updateModelOutput, valid, vresponseblock, cancel, checksum_impl, clearValidationErrors, createProgressKey, dest, done, done, error_count_or_uninitialized, error, failed, get, hide, info, isCancelledOrCrashed, isDone, isRunning, isRunning, isStopped, jobKey, jobs, message, msec, progress_msg, progress, remove_impl, start, update, update, update, update, updateValidationMessages, validationErrors, warnchecksum, getBinarySerializer, getPublishedKeys, remove, remove, remove, removepublic DeepLearning(DeepLearningParameters parms)
parms - public hex.ModelCategory[] can_build()
can_build in class hex.ModelBuilder<DeepLearningModel,DeepLearningParameters,DeepLearningModel.DeepLearningModelOutput>public hex.schemas.ModelBuilderSchema schema()
schema in class hex.ModelBuilder<DeepLearningModel,DeepLearningParameters,DeepLearningModel.DeepLearningModelOutput>public hex.ModelBuilder.BuilderVisibility builderVisibility()
builderVisibility in class hex.ModelBuilder<DeepLearningModel,DeepLearningParameters,DeepLearningModel.DeepLearningModelOutput>public boolean isSupervised()
isSupervised in class hex.ModelBuilder<DeepLearningModel,DeepLearningParameters,DeepLearningModel.DeepLearningModelOutput>public water.Job<DeepLearningModel> trainModelImpl(long work, boolean restartTimer)
trainModelImpl in class hex.ModelBuilder<DeepLearningModel,DeepLearningParameters,DeepLearningModel.DeepLearningModelOutput>work - restartTimer - public long progressUnits()
progressUnits in class hex.ModelBuilder<DeepLearningModel,DeepLearningParameters,DeepLearningModel.DeepLearningModelOutput>public void init(boolean expensive)
init in class hex.ModelBuilder<DeepLearningModel,DeepLearningParameters,DeepLearningModel.DeepLearningModelOutput>protected void checkMemoryFootPrint()
checkMemoryFootPrint in class hex.ModelBuilder<DeepLearningModel,DeepLearningParameters,DeepLearningModel.DeepLearningModelOutput>public void modifyParmsForCrossValidationSplits(int i,
int N,
water.Key<hex.Model> model_id)
modifyParmsForCrossValidationSplits in class hex.ModelBuilder<DeepLearningModel,DeepLearningParameters,DeepLearningModel.DeepLearningModelOutput>public void modifyParmsForCrossValidationMainModel(int N)
modifyParmsForCrossValidationMainModel in class hex.ModelBuilder<DeepLearningModel,DeepLearningParameters,DeepLearningModel.DeepLearningModelOutput>