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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as LiftGraph
protected  LiftGraph ModelLiftGraph.liftGraph
           
protected  LiftGraph OptimumLiftGraph.liftGraph
           
protected  LiftGraph RandomLiftGraph.liftGraph
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return LiftGraph
 LiftGraph ObjectFactory.createLiftGraph()
          Create an instance of LiftGraph
 LiftGraph ModelLiftGraph.getLiftGraph()
          Gets the value of the liftGraph property.
 LiftGraph OptimumLiftGraph.getLiftGraph()
          Gets the value of the liftGraph property.
 LiftGraph RandomLiftGraph.getLiftGraph()
          Gets the value of the liftGraph property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type LiftGraph
 void ModelLiftGraph.setLiftGraph(LiftGraph value)
          Sets the value of the liftGraph property.
 void OptimumLiftGraph.setLiftGraph(LiftGraph value)
          Sets the value of the liftGraph property.
 void RandomLiftGraph.setLiftGraph(LiftGraph value)
          Sets the value of the liftGraph property.
 



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