T - The type of the forecaster.public abstract class AbstractForecaster<T> extends java.lang.Object implements IForecaster<T>
| Constructor and Description |
|---|
AbstractForecaster(ITimeSeries<T> historyTimeseries) |
AbstractForecaster(ITimeSeries<T> historyTimeseries,
int confidenceLevel) |
| Modifier and Type | Method and Description |
|---|---|
int |
getConfidenceLevel()
Returns the confidence level to be computed for the forecast.
|
ITimeSeries<T> |
getTsOriginal()
Returns the original time series used for the forecast.
|
protected ITimeSeries<T> |
prepareForecastTS() |
protected boolean |
supportsConfidence() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforecastpublic AbstractForecaster(ITimeSeries<T> historyTimeseries)
public AbstractForecaster(ITimeSeries<T> historyTimeseries, int confidenceLevel)
historyTimeseries - TSconfidenceLevel - value for confidencelevelpublic ITimeSeries<T> getTsOriginal()
IForecastergetTsOriginal in interface IForecaster<T>protected ITimeSeries<T> prepareForecastTS()
protected boolean supportsConfidence()
public int getConfidenceLevel()
IForecastergetConfidenceLevel in interface IForecaster<T>Copyright 2017 Kieker Project, http://kieker-monitoring.net