Uses of Class
org.dmg.pmml.pmml_4_1.descr.TargetValueCounts

Packages that use TargetValueCounts
org.dmg.pmml.pmml_4_1.descr   
 

Uses of TargetValueCounts in org.dmg.pmml.pmml_4_1.descr
 

Fields in org.dmg.pmml.pmml_4_1.descr declared as TargetValueCounts
protected  TargetValueCounts PairCounts.targetValueCounts
           
protected  TargetValueCounts BayesOutput.targetValueCounts
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return TargetValueCounts
 TargetValueCounts ObjectFactory.createTargetValueCounts()
          Create an instance of TargetValueCounts
 TargetValueCounts PairCounts.getTargetValueCounts()
          Gets the value of the targetValueCounts property.
 TargetValueCounts BayesOutput.getTargetValueCounts()
          Gets the value of the targetValueCounts property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type TargetValueCounts
 void PairCounts.setTargetValueCounts(TargetValueCounts value)
          Sets the value of the targetValueCounts property.
 void BayesOutput.setTargetValueCounts(TargetValueCounts value)
          Sets the value of the targetValueCounts property.
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.