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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as Interval
protected  Interval DiscretizeBin.interval
           
 

Fields in org.dmg.pmml.pmml_4_1.descr with type parameters of type Interval
protected  List<Interval> DataField.intervals
           
protected  List<Interval> ContStats.intervals
           
protected  List<Interval> EventValues.intervals
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return Interval
 Interval ObjectFactory.createInterval()
          Create an instance of Interval
 Interval DiscretizeBin.getInterval()
          Gets the value of the interval property.
 

Methods in org.dmg.pmml.pmml_4_1.descr that return types with arguments of type Interval
 List<Interval> DataField.getIntervals()
          Gets the value of the intervals property.
 List<Interval> ContStats.getIntervals()
          Gets the value of the intervals property.
 List<Interval> EventValues.getIntervals()
          Gets the value of the intervals property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type Interval
 void DiscretizeBin.setInterval(Interval value)
          Sets the value of the interval property.
 



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