public class NaiveBayes extends hex.ModelBuilder<NaiveBayesModel,NaiveBayesModel.NaiveBayesParameters,NaiveBayesModel.NaiveBayesOutput>
hex.ModelBuilder.BuilderVisibility, hex.ModelBuilder.ValidationMessage_messages, _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() |
hex.schemas.ModelBuilderSchema |
schema() |
water.Job<NaiveBayesModel> |
trainModel() |
clearInitState, computePriorClassDistribution, createModelBuilder, error_count, error, getAlgo, getAlgo, getAlgo, getAlgoFullName, getModelBuilder, getModelBuilders, getModelClass, hasOffset, hasWeights, hide, ignoreBadColumns, ignoreStringColumns, info, isClassifier, nclasses, registerModelBuilder, response, responseMean, separateFeatureVecs, train, updateValidationMessages, valid, validationErrors, vresponse, warncancel, cancel, checksum_impl, createProgressKey, deleteProgressKey, dest, done, failed, get, isCancelledOrCrashed, isDone, isRunning, isRunning, isStopped, jobs, msec, progress_msg, progress, remove_impl, start, update, update, update, updatechecksum, 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> trainModel()
trainModel 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>