NaiveBayesModel |
ObjectFactory.createNaiveBayesModel()
|
NaiveBayesModel |
NaiveBayesModel.withAlgorithmName(String value) |
NaiveBayesModel |
NaiveBayesModel.withBayesInputs(BayesInputs value) |
NaiveBayesModel |
NaiveBayesModel.withBayesOutput(BayesOutput value) |
NaiveBayesModel |
NaiveBayesModel.withExtensions(Collection<Extension> values) |
NaiveBayesModel |
NaiveBayesModel.withExtensions(Extension... values) |
NaiveBayesModel |
NaiveBayesModel.withFunctionName(MiningFunctionType value) |
NaiveBayesModel |
NaiveBayesModel.withLocalTransformations(LocalTransformations value) |
NaiveBayesModel |
NaiveBayesModel.withMiningSchema(MiningSchema value) |
NaiveBayesModel |
NaiveBayesModel.withModelExplanation(ModelExplanation value) |
NaiveBayesModel |
NaiveBayesModel.withModelName(String value) |
NaiveBayesModel |
NaiveBayesModel.withModelStats(ModelStats value) |
NaiveBayesModel |
NaiveBayesModel.withModelVerification(ModelVerification value) |
NaiveBayesModel |
NaiveBayesModel.withOutput(Output value) |
NaiveBayesModel |
NaiveBayesModel.withScorable(Boolean value) |
NaiveBayesModel |
NaiveBayesModel.withTargets(Targets value) |
NaiveBayesModel |
NaiveBayesModel.withThreshold(double value) |