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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as BaselineModel
protected  BaselineModel Segment.baselineModel
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return BaselineModel
 BaselineModel ObjectFactory.createBaselineModel()
          Create an instance of BaselineModel
 BaselineModel Segment.getBaselineModel()
          Gets the value of the baselineModel property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type BaselineModel
 void Segment.setBaselineModel(BaselineModel value)
          Sets the value of the baselineModel property.
 



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