Kieker 1.11

kieker.tools.opad.timeseries.anomalycalculators
Interface IAnomalyScoreCalculator<T>

Type Parameters:
T - The type of the calculator.
All Known Implementing Classes:
SimpleAnomalyScoreCalculator

public interface IAnomalyScoreCalculator<T>

Classes implementing this interface calculate anomaly scores based on a forecasted and an actual value.

Since:
1.10
Author:
Tillmann Carlos Bielefeld

Method Summary
 AnomalyScore calculateAnomalyScore(IForecastResult forecast, ITimeSeriesPoint<T> current)
          Calculates an anomaly score based on the given values.
 

Method Detail

calculateAnomalyScore

AnomalyScore calculateAnomalyScore(IForecastResult forecast,
                                   ITimeSeriesPoint<T> current)
Calculates an anomaly score based on the given values.

Parameters:
forecast - The forecasted value.
current - The actual value.
Returns:
An anomaly score for the given values.
Since:
1.10

Kieker 1.11

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