| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.dmg.pmml.time_series | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(ExponentialSmoothing exponentialSmoothing) |
| Modifier and Type | Method and Description |
|---|---|
ExponentialSmoothing |
ExponentialSmoothing.addTimeValues(TimeValue... timeValues) |
ExponentialSmoothing |
ObjectFactory.createExponentialSmoothing()
Create an instance of
ExponentialSmoothing |
ExponentialSmoothing |
TimeSeriesModel.getExponentialSmoothing() |
ExponentialSmoothing |
ExponentialSmoothing.setLevel(Level level) |
ExponentialSmoothing |
ExponentialSmoothing.setRMSE(Number rmse) |
ExponentialSmoothing |
ExponentialSmoothing.setSeasonalityExpoSmooth(SeasonalityExpoSmooth seasonalityExpoSmooth) |
ExponentialSmoothing |
ExponentialSmoothing.setTransformation(ExponentialSmoothing.Transformation transformation) |
ExponentialSmoothing |
ExponentialSmoothing.setTrendExpoSmooth(TrendExpoSmooth trendExpoSmooth) |
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesModel |
TimeSeriesModel.setExponentialSmoothing(ExponentialSmoothing exponentialSmoothing) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractVisitor.visit(ExponentialSmoothing exponentialSmoothing) |
Copyright © 2024. All rights reserved.