| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Field and Description |
|---|---|
protected ExponentialSmoothing |
TimeSeriesModel.exponentialSmoothing |
| Modifier and Type | Method and Description |
|---|---|
ExponentialSmoothing |
ObjectFactory.createExponentialSmoothing()
Create an instance of
ExponentialSmoothing |
ExponentialSmoothing |
TimeSeriesModel.getExponentialSmoothing()
Gets the value of the exponentialSmoothing property.
|
ExponentialSmoothing |
ExponentialSmoothing.withLevel(Level value) |
ExponentialSmoothing |
ExponentialSmoothing.withRMSE(Double value) |
ExponentialSmoothing |
ExponentialSmoothing.withSeasonalityExpoSmooth(SeasonalityExpoSmooth value) |
ExponentialSmoothing |
ExponentialSmoothing.withTimeValues(Collection<TimeValue> values) |
ExponentialSmoothing |
ExponentialSmoothing.withTimeValues(TimeValue... values) |
ExponentialSmoothing |
ExponentialSmoothing.withTransformation(String value) |
ExponentialSmoothing |
ExponentialSmoothing.withTrendExpoSmooth(TrendExpoSmooth value) |
| Modifier and Type | Method and Description |
|---|---|
void |
TimeSeriesModel.setExponentialSmoothing(ExponentialSmoothing value)
Sets the value of the exponentialSmoothing property.
|
VisitorAction |
AbstractSimpleVisitor.visit(ExponentialSmoothing exponentialSmoothing) |
VisitorAction |
AbstractVisitor.visit(ExponentialSmoothing exponentialSmoothing) |
VisitorAction |
Visitor.visit(ExponentialSmoothing exponentialSmoothing) |
TimeSeriesModel |
TimeSeriesModel.withExponentialSmoothing(ExponentialSmoothing value) |
Copyright © 2014 University of Tartu. All Rights Reserved.