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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as INTERPOLATIONMETHOD
protected  INTERPOLATIONMETHOD TimeSeries.interpolationMethod
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return INTERPOLATIONMETHOD
static INTERPOLATIONMETHOD INTERPOLATIONMETHOD.fromValue(String v)
           
 INTERPOLATIONMETHOD TimeSeries.getInterpolationMethod()
          Gets the value of the interpolationMethod property.
static INTERPOLATIONMETHOD INTERPOLATIONMETHOD.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static INTERPOLATIONMETHOD[] INTERPOLATIONMETHOD.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type INTERPOLATIONMETHOD
 void TimeSeries.setInterpolationMethod(INTERPOLATIONMETHOD value)
          Sets the value of the interpolationMethod property.
 



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