Uses of Class
org.dmg.pmml.naive_bayes.BayesInputs
-
Packages that use BayesInputs Package Description org.dmg.pmml org.dmg.pmml.naive_bayes org.jpmml.model.visitors -
-
Uses of BayesInputs in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type BayesInputs Modifier and Type Method Description VisitorActionVisitor. visit(BayesInputs bayesInputs) -
Uses of BayesInputs in org.dmg.pmml.naive_bayes
Methods in org.dmg.pmml.naive_bayes that return BayesInputs Modifier and Type Method Description BayesInputsBayesInputs. addBayesInputs(BayesInput... bayesInputs)BayesInputsBayesInputs. addExtensions(Extension... extensions)BayesInputsObjectFactory. createBayesInputs()Create an instance ofBayesInputsBayesInputsNaiveBayesModel. getBayesInputs()BayesInputsNaiveBayesModel. requireBayesInputs()Methods in org.dmg.pmml.naive_bayes with parameters of type BayesInputs Modifier and Type Method Description NaiveBayesModelNaiveBayesModel. setBayesInputs(BayesInputs bayesInputs)Constructors in org.dmg.pmml.naive_bayes with parameters of type BayesInputs Constructor Description NaiveBayesModel(java.lang.Number threshold, MiningFunction miningFunction, MiningSchema miningSchema, BayesInputs bayesInputs, BayesOutput bayesOutput) -
Uses of BayesInputs in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type BayesInputs Modifier and Type Method Description VisitorActionAbstractVisitor. visit(BayesInputs bayesInputs)
-