Uses of Class
org.dmg.pmml.naive_bayes.BayesOutput
-
Packages that use BayesOutput Package Description org.dmg.pmml org.dmg.pmml.naive_bayes org.jpmml.model.visitors -
-
Uses of BayesOutput in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type BayesOutput Modifier and Type Method Description VisitorActionVisitor. visit(BayesOutput bayesOutput) -
Uses of BayesOutput in org.dmg.pmml.naive_bayes
Methods in org.dmg.pmml.naive_bayes that return BayesOutput Modifier and Type Method Description BayesOutputBayesOutput. addExtensions(Extension... extensions)BayesOutputObjectFactory. createBayesOutput()Create an instance ofBayesOutputBayesOutputNaiveBayesModel. getBayesOutput()BayesOutputNaiveBayesModel. requireBayesOutput()BayesOutputBayesOutput. setTargetField(java.lang.String targetField)BayesOutputBayesOutput. setTargetValueCounts(TargetValueCounts targetValueCounts)Methods in org.dmg.pmml.naive_bayes with parameters of type BayesOutput Modifier and Type Method Description NaiveBayesModelNaiveBayesModel. setBayesOutput(BayesOutput bayesOutput)Constructors in org.dmg.pmml.naive_bayes with parameters of type BayesOutput Constructor Description NaiveBayesModel(java.lang.Number threshold, MiningFunction miningFunction, MiningSchema miningSchema, BayesInputs bayesInputs, BayesOutput bayesOutput) -
Uses of BayesOutput in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type BayesOutput Modifier and Type Method Description VisitorActionAbstractVisitor. visit(BayesOutput bayesOutput)
-