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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as Output
protected  Output DecisionTree.output
           
protected  Output Regression.output
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return Output
 Output ObjectFactory.createOutput()
          Create an instance of Output
 Output DecisionTree.getOutput()
          Gets the value of the output property.
 Output Regression.getOutput()
          Gets the value of the output property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type Output
 void DecisionTree.setOutput(Output value)
          Sets the value of the output property.
 void Regression.setOutput(Output value)
          Sets the value of the output property.
 



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