Kieker 1.12

Uses of Interface
kieker.tools.opad.timeseries.forecast.IForecastResult

Packages that use IForecastResult
kieker.tools.opad.timeseries.anomalycalculators   
kieker.tools.opad.timeseries.forecast   
kieker.tools.opad.timeseries.forecast.mean   
 

Uses of IForecastResult in kieker.tools.opad.timeseries.anomalycalculators
 

Methods in kieker.tools.opad.timeseries.anomalycalculators with parameters of type IForecastResult
 AnomalyScore SimpleAnomalyScoreCalculator.calculateAnomalyScore(IForecastResult forecast, ITimeSeriesPoint<java.lang.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.opad.timeseries.forecast
 

Classes in kieker.tools.opad.timeseries.forecast that implement IForecastResult
 class ForecastResult
          Result of a time series forecast, e.g., computed by IForecaster.
 

Methods in kieker.tools.opad.timeseries.forecast that return IForecastResult
protected  IForecastResult AbstractRForecaster.createNaNForecast(ITimeSeries<java.lang.Double> timeseries, int numForecastSteps)
           
 IForecastResult IForecaster.forecast(int numForecastSteps)
          Performs a time series forecast for the given number of steps in the future.
 IForecastResult AbstractRForecaster.forecast(int numForecastSteps)
           
 

Uses of IForecastResult in kieker.tools.opad.timeseries.forecast.mean
 

Methods in kieker.tools.opad.timeseries.forecast.mean that return IForecastResult
 IForecastResult MeanForecasterJava.forecast(int numForecastSteps)
           
 


Kieker 1.12

Copyright 2015 Kieker Project, http://kieker-monitoring.net