public class ExponentialSmoothing extends TimeSeriesAlgorithm
| Modifier and Type | Class and Description |
|---|---|
static class |
ExponentialSmoothing.Transformation |
| Constructor and Description |
|---|
ExponentialSmoothing() |
ExponentialSmoothing(Level level) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
ExponentialSmoothing |
addTimeValues(TimeValue... timeValues) |
Level |
getLevel() |
Number |
getRMSE() |
SeasonalityExpoSmooth |
getSeasonalityExpoSmooth() |
List<TimeValue> |
getTimeValues() |
ExponentialSmoothing.Transformation |
getTransformation() |
TrendExpoSmooth |
getTrendExpoSmooth() |
boolean |
hasTimeValues() |
ExponentialSmoothing |
setLevel(Level level) |
ExponentialSmoothing |
setRMSE(Number rmse) |
ExponentialSmoothing |
setSeasonalityExpoSmooth(SeasonalityExpoSmooth seasonalityExpoSmooth) |
ExponentialSmoothing |
setTransformation(ExponentialSmoothing.Transformation transformation) |
ExponentialSmoothing |
setTrendExpoSmooth(TrendExpoSmooth trendExpoSmooth) |
getLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic ExponentialSmoothing()
public ExponentialSmoothing(Level level)
public Number getRMSE()
public ExponentialSmoothing setRMSE(Number rmse)
public ExponentialSmoothing.Transformation getTransformation()
public ExponentialSmoothing setTransformation(ExponentialSmoothing.Transformation transformation)
public Level getLevel()
public ExponentialSmoothing setLevel(Level level)
public TrendExpoSmooth getTrendExpoSmooth()
public ExponentialSmoothing setTrendExpoSmooth(TrendExpoSmooth trendExpoSmooth)
public SeasonalityExpoSmooth getSeasonalityExpoSmooth()
public ExponentialSmoothing setSeasonalityExpoSmooth(SeasonalityExpoSmooth seasonalityExpoSmooth)
public boolean hasTimeValues()
public ExponentialSmoothing addTimeValues(TimeValue... timeValues)
public VisitorAction accept(Visitor visitor)
Copyright © 2019 University of Tartu. All rights reserved.