| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
ExponentialSmoothing |
ExponentialSmoothing.addTimeValues(TimeValue... timeValues) |
ExponentialSmoothing |
ObjectFactory.createExponentialSmoothing()
Create an instance of
ExponentialSmoothing |
ExponentialSmoothing |
TimeSeriesModel.getExponentialSmoothing()
Gets the value of the exponentialSmoothing property.
|
ExponentialSmoothing |
ExponentialSmoothing.setLevel(Level level)
Sets the value of the level property.
|
ExponentialSmoothing |
ExponentialSmoothing.setRMSE(Double rmse)
Sets the value of the rmse property.
|
ExponentialSmoothing |
ExponentialSmoothing.setSeasonalityExpoSmooth(SeasonalityExpoSmooth seasonalityExpoSmooth)
Sets the value of the seasonalityExpoSmooth property.
|
ExponentialSmoothing |
ExponentialSmoothing.setTransformation(String transformation)
Sets the value of the transformation property.
|
ExponentialSmoothing |
ExponentialSmoothing.setTrendExpoSmooth(TrendExpoSmooth trendExpoSmooth)
Sets the value of the trendExpoSmooth property.
|
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesModel |
TimeSeriesModel.setExponentialSmoothing(ExponentialSmoothing exponentialSmoothing)
Sets the value of the exponentialSmoothing property.
|
VisitorAction |
Visitor.visit(ExponentialSmoothing exponentialSmoothing) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(ExponentialSmoothing exponentialSmoothing) |
VisitorAction |
AbstractVisitor.visit(ExponentialSmoothing exponentialSmoothing) |
Copyright © 2015 University of Tartu. All Rights Reserved.