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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as YCoordinates
protected  YCoordinates ROCGraph.yCoordinates
           
protected  YCoordinates LiftGraph.yCoordinates
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return YCoordinates
 YCoordinates ObjectFactory.createYCoordinates()
          Create an instance of YCoordinates
 YCoordinates ROCGraph.getYCoordinates()
          Gets the value of the yCoordinates property.
 YCoordinates LiftGraph.getYCoordinates()
          Gets the value of the yCoordinates property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type YCoordinates
 void ROCGraph.setYCoordinates(YCoordinates value)
          Sets the value of the yCoordinates property.
 void LiftGraph.setYCoordinates(YCoordinates value)
          Sets the value of the yCoordinates property.
 



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