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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr with type parameters of type BaselineCell
protected  List<BaselineCell> BaselineStratum.baselineCells
           
protected  List<BaselineCell> BaseCumHazardTables.baselineCells
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return BaselineCell
 BaselineCell ObjectFactory.createBaselineCell()
          Create an instance of BaselineCell
 

Methods in org.dmg.pmml.pmml_4_1.descr that return types with arguments of type BaselineCell
 List<BaselineCell> BaselineStratum.getBaselineCells()
          Gets the value of the baselineCells property.
 List<BaselineCell> BaseCumHazardTables.getBaselineCells()
          Gets the value of the baselineCells property.
 



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