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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as Targets
protected  Targets DecisionTree.targets
           
protected  Targets Regression.targets
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return Targets
 Targets ObjectFactory.createTargets()
          Create an instance of Targets
 Targets DecisionTree.getTargets()
          Gets the value of the targets property.
 Targets Regression.getTargets()
          Gets the value of the targets property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type Targets
 void DecisionTree.setTargets(Targets value)
          Sets the value of the targets property.
 void Regression.setTargets(Targets value)
          Sets the value of the targets property.
 



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