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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as TrendExpoSmooth
protected  TrendExpoSmooth ExponentialSmoothing.trendExpoSmooth
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return TrendExpoSmooth
 TrendExpoSmooth ObjectFactory.createTrendExpoSmooth()
          Create an instance of TrendExpoSmooth
 TrendExpoSmooth ExponentialSmoothing.getTrendExpoSmooth()
          Gets the value of the trendExpoSmooth property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type TrendExpoSmooth
 void ExponentialSmoothing.setTrendExpoSmooth(TrendExpoSmooth value)
          Sets the value of the trendExpoSmooth property.
 



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