Uses of Class
org.dmg.pmml.naive_bayes.TargetValueCount
-
Packages that use TargetValueCount Package Description org.dmg.pmml org.dmg.pmml.naive_bayes org.jpmml.model.visitors -
-
Uses of TargetValueCount in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type TargetValueCount Modifier and Type Method Description VisitorActionVisitor. visit(TargetValueCount targetValueCount) -
Uses of TargetValueCount in org.dmg.pmml.naive_bayes
Methods in org.dmg.pmml.naive_bayes that return TargetValueCount Modifier and Type Method Description TargetValueCountTargetValueCount. addExtensions(Extension... extensions)TargetValueCountObjectFactory. createTargetValueCount()Create an instance ofTargetValueCountTargetValueCountTargetValueCount. setCount(java.lang.Number count)TargetValueCountTargetValueCount. setValue(java.lang.Object value)Methods in org.dmg.pmml.naive_bayes that return types with arguments of type TargetValueCount Modifier and Type Method Description java.util.List<TargetValueCount>TargetValueCounts. getTargetValueCounts()java.util.Iterator<TargetValueCount>TargetValueCounts. iterator()java.util.List<TargetValueCount>TargetValueCounts. requireTargetValueCounts()Methods in org.dmg.pmml.naive_bayes with parameters of type TargetValueCount Modifier and Type Method Description TargetValueCountsTargetValueCounts. addTargetValueCounts(TargetValueCount... targetValueCounts)Constructor parameters in org.dmg.pmml.naive_bayes with type arguments of type TargetValueCount Constructor Description TargetValueCounts(java.util.List<TargetValueCount> targetValueCounts) -
Uses of TargetValueCount in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type TargetValueCount Modifier and Type Method Description VisitorActionAbstractVisitor. visit(TargetValueCount targetValueCount)
-