Uses of Class
org.dmg.pmml.naive_bayes.PairCounts
-
Packages that use PairCounts Package Description org.dmg.pmml org.dmg.pmml.naive_bayes org.jpmml.model.visitors -
-
Uses of PairCounts in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type PairCounts Modifier and Type Method Description VisitorActionVisitor. visit(PairCounts pairCounts) -
Uses of PairCounts in org.dmg.pmml.naive_bayes
Methods in org.dmg.pmml.naive_bayes that return PairCounts Modifier and Type Method Description PairCountsPairCounts. addExtensions(Extension... extensions)PairCountsObjectFactory. createPairCounts()Create an instance ofPairCountsPairCountsPairCounts. setTargetValueCounts(TargetValueCounts targetValueCounts)PairCountsPairCounts. setValue(java.lang.Object value)Methods in org.dmg.pmml.naive_bayes that return types with arguments of type PairCounts Modifier and Type Method Description java.util.List<PairCounts>BayesInput. getPairCounts()java.util.List<PairCounts>BayesInput. requirePairCounts()Methods in org.dmg.pmml.naive_bayes with parameters of type PairCounts Modifier and Type Method Description BayesInputBayesInput. addPairCounts(PairCounts... pairCounts)Constructor parameters in org.dmg.pmml.naive_bayes with type arguments of type PairCounts Constructor Description BayesInput(java.lang.String field, TargetValueStats targetValueStats, java.util.List<PairCounts> pairCounts)BayesInput(Field<?> field, TargetValueStats targetValueStats, java.util.List<PairCounts> pairCounts) -
Uses of PairCounts in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type PairCounts Modifier and Type Method Description VisitorActionAbstractVisitor. visit(PairCounts pairCounts)
-