public class Generic extends hex.ModelBuilder<GenericModel,GenericModelParameters,GenericModelOutput>
GenericModel.
Only H2O Mojos are currently supported.| Constructor and Description |
|---|
Generic(boolean startup_once) |
Generic(GenericModelParameters genericParameters) |
| Modifier and Type | Method and Description |
|---|---|
hex.ModelBuilder.BuilderVisibility |
builderVisibility() |
hex.ModelCategory[] |
can_build() |
boolean |
haveMojo() |
static GenericModel |
importMojoModel(java.lang.String location,
boolean disableAlgoCheck)
Convenience method for importing MOJO into H2O.
|
boolean |
isSupervised() |
protected hex.ModelBuilder.Driver |
trainModelImpl() |
algoName, algos, bulkBuildModels, canLearnFromNAs, checkDistributions, checkMemoryFootPrint_impl, checkMemoryFootPrint, checkResponseVariable, clearInitState, clearValidationErrors, computeCrossValidation, computePriorClassDistribution, cv_AssignFold, cv_buildModels, cv_computeAndSetOptimalParameters, cv_mainModelScores, cv_makeWeights, cv_scoreCVModels, defaultKey, desiredChunks, dest, error_count, error, get, getName, getSysProperty, getToEigenVec, hasFoldCol, hasOffsetCol, hasWeightCol, havePojo, hide, ignoreBadColumns, ignoreConstColumns, ignoreInvalidColumns, ignoreStringColumns, ignoreUuidColumns, info, init_adaptFrameToTrain, init_getNClass, init, initWorkspace, isClassifier, isResponseOptional, isStopped, javaName, logMe, make, make, make, message, nclasses, nFoldCV, nFoldWork, nModelsInParallel, nModelsInParallel, nModelsInParallel, numSpecialCols, paramName, rebalance, response, schemaDirectory, separateFeatureVecs, setModelBuilderListener, setTrain, shouldReorder, specialColNames, stop_requested, timeout, train, trainModel, trainModelNested, trainModelNested, trainModelOnH2ONode, valid, validateStoppingMetric, validationErrors, vresponse, warnpublic Generic(GenericModelParameters genericParameters)
public Generic(boolean startup_once)
protected hex.ModelBuilder.Driver trainModelImpl()
trainModelImpl in class hex.ModelBuilder<GenericModel,GenericModelParameters,GenericModelOutput>public hex.ModelCategory[] can_build()
can_build in class hex.ModelBuilder<GenericModel,GenericModelParameters,GenericModelOutput>public boolean haveMojo()
haveMojo in class hex.ModelBuilder<GenericModel,GenericModelParameters,GenericModelOutput>public boolean isSupervised()
isSupervised in class hex.ModelBuilder<GenericModel,GenericModelParameters,GenericModelOutput>public hex.ModelBuilder.BuilderVisibility builderVisibility()
builderVisibility in class hex.ModelBuilder<GenericModel,GenericModelParameters,GenericModelOutput>public static GenericModel importMojoModel(java.lang.String location, boolean disableAlgoCheck)
location - absolute path to MOJO filedisableAlgoCheck - if true skip the check of white-listed MOJO models, use at your own risk - some features might not work.