public class Grep extends hex.ModelBuilder<GrepModel,GrepModel.GrepParameters,GrepModel.GrepOutput>
Constructor and Description |
---|
Grep(GrepModel.GrepParameters 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.
|
boolean |
isSupervised() |
protected hex.grep.Grep.GrepDriver |
trainModelImpl() |
algoName, algos, checkDistributions, checkMemoryFootPrint, clearInitState, clearValidationErrors, computeCrossValidation, computePriorClassDistribution, cv_AssignFold, cv_buildModels, cv_computeAndSetOptimalParameters, cv_mainModelScores, cv_makeFramesAndBuilders, cv_makeWeights, cv_scoreCVModels, defaultKey, desiredChunks, dest, error_count, error, get, getToEigenVec, hasFoldCol, hasOffsetCol, hasWeightCol, haveMojo, havePojo, hide, ignoreBadColumns, ignoreConstColumns, ignoreInvalidColumns, ignoreStringColumns, info, init_adaptFrameToTrain, isClassifier, isStopped, javaName, logMe, make, message, nclasses, nFoldCV, nFoldWork, nModelsInParallel, numSpecialCols, paramName, rebalance, response, schemaDirectory, separateFeatureVecs, setTrain, shouldReorder, specialColNames, stop_requested, timeout, train, trainModel, trainModelNested, valid, validationErrors, vresponse, warn
public Grep(GrepModel.GrepParameters parms)
protected hex.grep.Grep.GrepDriver trainModelImpl()
trainModelImpl
in class hex.ModelBuilder<GrepModel,GrepModel.GrepParameters,GrepModel.GrepOutput>
public hex.ModelCategory[] can_build()
can_build
in class hex.ModelBuilder<GrepModel,GrepModel.GrepParameters,GrepModel.GrepOutput>
public hex.ModelBuilder.BuilderVisibility builderVisibility()
builderVisibility
in class hex.ModelBuilder<GrepModel,GrepModel.GrepParameters,GrepModel.GrepOutput>
public boolean isSupervised()
isSupervised
in class hex.ModelBuilder<GrepModel,GrepModel.GrepParameters,GrepModel.GrepOutput>
public void init(boolean expensive)
init
in class hex.ModelBuilder<GrepModel,GrepModel.GrepParameters,GrepModel.GrepOutput>