public class NaiveBayes extends hex.ModelBuilder<NaiveBayesModel,NaiveBayesModel.NaiveBayesParameters,NaiveBayesModel.NaiveBayesOutput>
_fold, _nclass, _offset, _parms, _response, _train, _valid, _vresponse, _weights| Constructor and Description |
|---|
NaiveBayes(NaiveBayesModel.NaiveBayesParameters parms) |
| Modifier and Type | Method and Description |
|---|---|
hex.ModelBuilder.BuilderVisibility |
builderVisibility() |
hex.ModelCategory[] |
can_build() |
protected void |
checkMemoryFootPrint() |
void |
init(boolean expensive) |
boolean |
isSupervised() |
long |
progressUnits() |
hex.schemas.ModelBuilderSchema |
schema() |
water.Job<NaiveBayesModel> |
trainModelImpl(long work,
boolean restartTimer) |
canBeDone, cancel, checkDistributions, clearInitState, computeCrossValidation, computePriorClassDistribution, createModelBuilder, deleteProgressKey, error_count, getAlgo, getAlgo, getAlgo, getAlgoFullName, getModelBuilder, getModelBuilders, getModelClass, hasFoldCol, hasOffsetCol, hasWeightCol, ignoreBadColumns, ignoreStringColumns, isClassifier, modifyParmsForCrossValidationMainModel, modifyParmsForCrossValidationSplits, 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 NaiveBayes(NaiveBayesModel.NaiveBayesParameters parms)
public hex.schemas.ModelBuilderSchema schema()
schema in class hex.ModelBuilder<NaiveBayesModel,NaiveBayesModel.NaiveBayesParameters,NaiveBayesModel.NaiveBayesOutput>public boolean isSupervised()
isSupervised in class hex.ModelBuilder<NaiveBayesModel,NaiveBayesModel.NaiveBayesParameters,NaiveBayesModel.NaiveBayesOutput>public water.Job<NaiveBayesModel> trainModelImpl(long work, boolean restartTimer)
trainModelImpl in class hex.ModelBuilder<NaiveBayesModel,NaiveBayesModel.NaiveBayesParameters,NaiveBayesModel.NaiveBayesOutput>public long progressUnits()
progressUnits 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 hex.ModelBuilder.BuilderVisibility builderVisibility()
builderVisibility 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>