kieker.tools.tslib.forecast
Class AbstractForecaster<T>
java.lang.Object
kieker.tools.tslib.forecast.AbstractForecaster<T>
- Type Parameters:
T
-
- All Implemented Interfaces:
- IForecaster<T>
- Direct Known Subclasses:
- MeanForecasterJava, WindowStartForecaster
public abstract class AbstractForecaster<T>
- extends Object
- implements IForecaster<T>
- Since:
- 1.9
- Author:
- Andre van Hoorn, Tillmann Carlos Bielefeld
AbstractForecaster
public AbstractForecaster(ITimeSeries<T> historyTimeseries)
- Parameters:
historyTimeseries
-
AbstractForecaster
public AbstractForecaster(ITimeSeries<T> historyTimeseries,
int confidenceLevel)
getTsOriginal
public ITimeSeries<T> getTsOriginal()
- Description copied from interface:
IForecaster
- Returns the original time series used for the forecast.
- Specified by:
getTsOriginal
in interface IForecaster<T>
- Returns:
- the historyTimeseries
getConfidenceLevel
public int getConfidenceLevel()
- Description copied from interface:
IForecaster
- Returns the confidence level to be computed for the forecast.
- Specified by:
getConfidenceLevel
in interface IForecaster<T>
Copyright 2014 Kieker Project, http://kieker-monitoring.net>