Uses of Class
org.dmg.pmml.naive_bayes.TargetValueCounts
-
Packages that use TargetValueCounts Package Description org.dmg.pmml org.dmg.pmml.naive_bayes org.jpmml.model.visitors -
-
Uses of TargetValueCounts in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type TargetValueCounts Modifier and Type Method Description VisitorActionVisitor. visit(TargetValueCounts targetValueCounts) -
Uses of TargetValueCounts in org.dmg.pmml.naive_bayes
Methods in org.dmg.pmml.naive_bayes that return TargetValueCounts Modifier and Type Method Description TargetValueCountsTargetValueCounts. addExtensions(Extension... extensions)TargetValueCountsTargetValueCounts. addTargetValueCounts(TargetValueCount... targetValueCounts)TargetValueCountsObjectFactory. createTargetValueCounts()Create an instance ofTargetValueCountsTargetValueCountsBayesOutput. getTargetValueCounts()TargetValueCountsPairCounts. getTargetValueCounts()TargetValueCountsBayesOutput. requireTargetValueCounts()TargetValueCountsPairCounts. requireTargetValueCounts()Methods in org.dmg.pmml.naive_bayes with parameters of type TargetValueCounts Modifier and Type Method Description BayesOutputBayesOutput. setTargetValueCounts(TargetValueCounts targetValueCounts)PairCountsPairCounts. setTargetValueCounts(TargetValueCounts targetValueCounts)Constructors in org.dmg.pmml.naive_bayes with parameters of type TargetValueCounts Constructor Description BayesOutput(TargetValueCounts targetValueCounts)PairCounts(java.lang.Object value, TargetValueCounts targetValueCounts) -
Uses of TargetValueCounts in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type TargetValueCounts Modifier and Type Method Description VisitorActionAbstractVisitor. visit(TargetValueCounts targetValueCounts)
-