public class NaiveBayes extends hex.ModelBuilder<NaiveBayesModel,NaiveBayesModel.NaiveBayesParameters,NaiveBayesModel.NaiveBayesOutput>
Constructor and Description |
---|
NaiveBayes(boolean startup_once) |
NaiveBayes(NaiveBayesModel.NaiveBayesParameters parms) |
Modifier and Type | Method and Description |
---|---|
hex.ModelCategory[] |
can_build() |
protected void |
checkMemoryFootPrint() |
boolean |
haveMojo() |
boolean |
havePojo() |
void |
init(boolean expensive) |
boolean |
isSupervised() |
protected hex.naivebayes.NaiveBayes.NaiveBayesDriver |
trainModelImpl() |
algoName, algos, builderVisibility, checkDistributions, 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, 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 NaiveBayes(NaiveBayesModel.NaiveBayesParameters parms)
public NaiveBayes(boolean startup_once)
public boolean isSupervised()
isSupervised
in class hex.ModelBuilder<NaiveBayesModel,NaiveBayesModel.NaiveBayesParameters,NaiveBayesModel.NaiveBayesOutput>
protected hex.naivebayes.NaiveBayes.NaiveBayesDriver trainModelImpl()
trainModelImpl
in class hex.ModelBuilder<NaiveBayesModel,NaiveBayesModel.NaiveBayesParameters,NaiveBayesModel.NaiveBayesOutput>
public hex.ModelCategory[] can_build()
can_build
in class hex.ModelBuilder<NaiveBayesModel,NaiveBayesModel.NaiveBayesParameters,NaiveBayesModel.NaiveBayesOutput>
public boolean havePojo()
havePojo
in class hex.ModelBuilder<NaiveBayesModel,NaiveBayesModel.NaiveBayesParameters,NaiveBayesModel.NaiveBayesOutput>
public boolean haveMojo()
haveMojo
in class hex.ModelBuilder<NaiveBayesModel,NaiveBayesModel.NaiveBayesParameters,NaiveBayesModel.NaiveBayesOutput>
protected void checkMemoryFootPrint()
checkMemoryFootPrint
in class hex.ModelBuilder<NaiveBayesModel,NaiveBayesModel.NaiveBayesParameters,NaiveBayesModel.NaiveBayesOutput>
public void init(boolean expensive)
init
in class hex.ModelBuilder<NaiveBayesModel,NaiveBayesModel.NaiveBayesParameters,NaiveBayesModel.NaiveBayesOutput>