kieker.tools.tslib.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
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
Copyright 2014 Kieker Project, http://kieker-monitoring.net>