Uses of Class
org.dmg.pmml.naive_bayes.BayesInput
-
Packages that use BayesInput Package Description org.dmg.pmml org.dmg.pmml.naive_bayes org.jpmml.model.visitors -
-
Uses of BayesInput in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type BayesInput Modifier and Type Method Description VisitorActionVisitor. visit(BayesInput bayesInput) -
Uses of BayesInput in org.dmg.pmml.naive_bayes
Methods in org.dmg.pmml.naive_bayes that return BayesInput Modifier and Type Method Description BayesInputBayesInput. addExtensions(Extension... extensions)BayesInputBayesInput. addPairCounts(PairCounts... pairCounts)BayesInputObjectFactory. createBayesInput()Create an instance ofBayesInputBayesInputBayesInput. setDerivedField(DerivedField derivedField)BayesInputBayesInput. setField(java.lang.String field)BayesInputBayesInput. setTargetValueStats(TargetValueStats targetValueStats)Methods in org.dmg.pmml.naive_bayes that return types with arguments of type BayesInput Modifier and Type Method Description java.util.List<BayesInput>BayesInputs. getBayesInputs()java.util.Iterator<BayesInput>BayesInputs. iterator()java.util.List<BayesInput>BayesInputs. requireBayesInputs()Methods in org.dmg.pmml.naive_bayes with parameters of type BayesInput Modifier and Type Method Description BayesInputsBayesInputs. addBayesInputs(BayesInput... bayesInputs)Constructor parameters in org.dmg.pmml.naive_bayes with type arguments of type BayesInput Constructor Description BayesInputs(java.util.List<BayesInput> bayesInputs) -
Uses of BayesInput in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type BayesInput Modifier and Type Method Description VisitorActionAbstractVisitor. visit(BayesInput bayesInput)VisitorActionActiveFieldFinder. visit(BayesInput bayesInput)
-