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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as TIMESERIESALGORITHM
protected  TIMESERIESALGORITHM TimeSeriesModel.bestFit
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return TIMESERIESALGORITHM
static TIMESERIESALGORITHM TIMESERIESALGORITHM.fromValue(String v)
           
 TIMESERIESALGORITHM TimeSeriesModel.getBestFit()
          Gets the value of the bestFit property.
static TIMESERIESALGORITHM TIMESERIESALGORITHM.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TIMESERIESALGORITHM[] TIMESERIESALGORITHM.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 TIMESERIESALGORITHM
 void TimeSeriesModel.setBestFit(TIMESERIESALGORITHM value)
          Sets the value of the bestFit property.
 



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