Uses of Class
org.dmg.pmml.naive_bayes.TargetValueStat
-
Packages that use TargetValueStat Package Description org.dmg.pmml org.dmg.pmml.naive_bayes org.jpmml.model.visitors -
-
Uses of TargetValueStat in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type TargetValueStat Modifier and Type Method Description VisitorActionVisitor. visit(TargetValueStat targetValueStat) -
Uses of TargetValueStat in org.dmg.pmml.naive_bayes
Methods in org.dmg.pmml.naive_bayes that return TargetValueStat Modifier and Type Method Description TargetValueStatTargetValueStat. addExtensions(Extension... extensions)TargetValueStatObjectFactory. createTargetValueStat()Create an instance ofTargetValueStatTargetValueStatTargetValueStat. setContinuousDistribution(ContinuousDistribution continuousDistribution)TargetValueStatTargetValueStat. setValue(java.lang.Object value)Methods in org.dmg.pmml.naive_bayes that return types with arguments of type TargetValueStat Modifier and Type Method Description java.util.List<TargetValueStat>TargetValueStats. getTargetValueStats()java.util.Iterator<TargetValueStat>TargetValueStats. iterator()java.util.List<TargetValueStat>TargetValueStats. requireTargetValueStats()Methods in org.dmg.pmml.naive_bayes with parameters of type TargetValueStat Modifier and Type Method Description TargetValueStatsTargetValueStats. addTargetValueStats(TargetValueStat... targetValueStats)Constructor parameters in org.dmg.pmml.naive_bayes with type arguments of type TargetValueStat Constructor Description TargetValueStats(java.util.List<TargetValueStat> targetValueStats) -
Uses of TargetValueStat in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type TargetValueStat Modifier and Type Method Description VisitorActionAbstractVisitor. visit(TargetValueStat targetValueStat)
-