Uses of Class
org.dmg.pmml.time_series.ExponentialSmoothing
-
Packages that use ExponentialSmoothing Package Description org.dmg.pmml org.dmg.pmml.time_series org.jpmml.model.visitors -
-
Uses of ExponentialSmoothing in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type ExponentialSmoothing Modifier and Type Method Description VisitorActionVisitor. visit(ExponentialSmoothing exponentialSmoothing) -
Uses of ExponentialSmoothing in org.dmg.pmml.time_series
Methods in org.dmg.pmml.time_series that return ExponentialSmoothing Modifier and Type Method Description ExponentialSmoothingExponentialSmoothing. addTimeValues(TimeValue... timeValues)ExponentialSmoothingObjectFactory. createExponentialSmoothing()Create an instance ofExponentialSmoothingExponentialSmoothingTimeSeriesModel. getExponentialSmoothing()ExponentialSmoothingTimeSeriesModel. requireExponentialSmoothing()ExponentialSmoothingExponentialSmoothing. setLevel(Level level)ExponentialSmoothingExponentialSmoothing. setRMSE(java.lang.Number rmse)ExponentialSmoothingExponentialSmoothing. setSeasonalityExpoSmooth(SeasonalityExpoSmooth seasonalityExpoSmooth)ExponentialSmoothingExponentialSmoothing. setTransformation(ExponentialSmoothing.Transformation transformation)ExponentialSmoothingExponentialSmoothing. setTrendExpoSmooth(TrendExpoSmooth trendExpoSmooth)Methods in org.dmg.pmml.time_series with parameters of type ExponentialSmoothing Modifier and Type Method Description TimeSeriesModelTimeSeriesModel. setExponentialSmoothing(ExponentialSmoothing exponentialSmoothing) -
Uses of ExponentialSmoothing in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type ExponentialSmoothing Modifier and Type Method Description VisitorActionAbstractVisitor. visit(ExponentialSmoothing exponentialSmoothing)
-