|
Kieker 1.10 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IForecastResult | |
---|---|
kieker.tools.tslib.anomalycalculators | |
kieker.tools.tslib.forecast | |
kieker.tools.tslib.forecast.mean |
Uses of IForecastResult in kieker.tools.tslib.anomalycalculators |
---|
Methods in kieker.tools.tslib.anomalycalculators with parameters of type IForecastResult | |
---|---|
AnomalyScore |
SimpleAnomalyScoreCalculator.calculateAnomalyScore(IForecastResult forecast,
ITimeSeriesPoint<Double> current)
|
AnomalyScore |
IAnomalyScoreCalculator.calculateAnomalyScore(IForecastResult forecast,
ITimeSeriesPoint<T> current)
Calculates an anomaly score based on the given values. |
Uses of IForecastResult in kieker.tools.tslib.forecast |
---|
Classes in kieker.tools.tslib.forecast that implement IForecastResult | |
---|---|
class |
ForecastResult
Result of a time series forecast, e.g., computed by IForecaster . |
Methods in kieker.tools.tslib.forecast that return IForecastResult | |
---|---|
IForecastResult |
AbstractRForecaster.forecast(int numForecastSteps)
|
IForecastResult |
IForecaster.forecast(int numForecastSteps)
Performs a time series forecast for the given number of steps in the future. |
Uses of IForecastResult in kieker.tools.tslib.forecast.mean |
---|
Methods in kieker.tools.tslib.forecast.mean that return IForecastResult | |
---|---|
IForecastResult |
MeanForecasterJava.forecast(int numForecastSteps)
|
|
Kieker 1.10 | |||||||||
PREV NEXT | FRAMES NO FRAMES |