Uses of Class
org.dmg.pmml.time_series.TrendExpoSmooth
-
Packages that use TrendExpoSmooth Package Description org.dmg.pmml org.dmg.pmml.time_series org.jpmml.model.visitors -
-
Uses of TrendExpoSmooth in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type TrendExpoSmooth Modifier and Type Method Description VisitorActionVisitor. visit(TrendExpoSmooth trendExpoSmooth) -
Uses of TrendExpoSmooth in org.dmg.pmml.time_series
Methods in org.dmg.pmml.time_series that return TrendExpoSmooth Modifier and Type Method Description TrendExpoSmoothObjectFactory. createTrendExpoSmooth()Create an instance ofTrendExpoSmoothTrendExpoSmoothExponentialSmoothing. getTrendExpoSmooth()TrendExpoSmoothTrendExpoSmooth. setArray(Array array)TrendExpoSmoothTrendExpoSmooth. setGamma(java.lang.Number gamma)TrendExpoSmoothTrendExpoSmooth. setPhi(java.lang.Number phi)TrendExpoSmoothTrendExpoSmooth. setSmoothedValue(java.lang.Number smoothedValue)TrendExpoSmoothTrendExpoSmooth. setTrend(TrendExpoSmooth.Trend trend)Methods in org.dmg.pmml.time_series with parameters of type TrendExpoSmooth Modifier and Type Method Description ExponentialSmoothingExponentialSmoothing. setTrendExpoSmooth(TrendExpoSmooth trendExpoSmooth) -
Uses of TrendExpoSmooth in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type TrendExpoSmooth Modifier and Type Method Description VisitorActionAbstractVisitor. visit(TrendExpoSmooth trendExpoSmooth)VisitorActionVersionDowngrader. visit(TrendExpoSmooth trendExpoSmooth)
-