Uses of Class
org.dmg.pmml.naive_bayes.NaiveBayesModel
-
Packages that use NaiveBayesModel Package Description org.dmg.pmml org.dmg.pmml.naive_bayes org.jpmml.model.visitors -
-
Uses of NaiveBayesModel in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type NaiveBayesModel Modifier and Type Method Description VisitorActionVisitor. visit(NaiveBayesModel naiveBayesModel) -
Uses of NaiveBayesModel in org.dmg.pmml.naive_bayes
Methods in org.dmg.pmml.naive_bayes that return NaiveBayesModel Modifier and Type Method Description NaiveBayesModelNaiveBayesModel. addExtensions(Extension... extensions)NaiveBayesModelObjectFactory. createNaiveBayesModel()Create an instance ofNaiveBayesModelNaiveBayesModelNaiveBayesModel. setAlgorithmName(java.lang.String algorithmName)NaiveBayesModelNaiveBayesModel. setBayesInputs(BayesInputs bayesInputs)NaiveBayesModelNaiveBayesModel. setBayesOutput(BayesOutput bayesOutput)NaiveBayesModelNaiveBayesModel. setLocalTransformations(LocalTransformations localTransformations)NaiveBayesModelNaiveBayesModel. setMathContext(MathContext mathContext)NaiveBayesModelNaiveBayesModel. setMiningFunction(MiningFunction miningFunction)NaiveBayesModelNaiveBayesModel. setMiningSchema(MiningSchema miningSchema)NaiveBayesModelNaiveBayesModel. setModelExplanation(ModelExplanation modelExplanation)NaiveBayesModelNaiveBayesModel. setModelName(java.lang.String modelName)NaiveBayesModelNaiveBayesModel. setModelStats(ModelStats modelStats)NaiveBayesModelNaiveBayesModel. setModelVerification(ModelVerification modelVerification)NaiveBayesModelNaiveBayesModel. setOutput(Output output)NaiveBayesModelNaiveBayesModel. setScorable(java.lang.Boolean scorable)NaiveBayesModelNaiveBayesModel. setTargets(Targets targets)NaiveBayesModelNaiveBayesModel. setThreshold(java.lang.Number threshold) -
Uses of NaiveBayesModel in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type NaiveBayesModel Modifier and Type Method Description VisitorActionAbstractVisitor. visit(NaiveBayesModel naiveBayesModel)
-