kieker.tools.tslib.anomalycalculators
Class SimpleAnomalyScoreCalculator
java.lang.Object
kieker.tools.tslib.anomalycalculators.SimpleAnomalyScoreCalculator
- All Implemented Interfaces:
- IAnomalyScoreCalculator<Double>
public class SimpleAnomalyScoreCalculator
- extends Object
- implements IAnomalyScoreCalculator<Double>
- Since:
- 1.10
- Author:
- Tillmann Carlos Bielefeld
SimpleAnomalyScoreCalculator
public SimpleAnomalyScoreCalculator()
calculateAnomalyScore
public AnomalyScore calculateAnomalyScore(IForecastResult forecast,
ITimeSeriesPoint<Double> current)
- Description copied from interface:
IAnomalyScoreCalculator
- Calculates an anomaly score based on the given values.
- Specified by:
calculateAnomalyScore
in interface IAnomalyScoreCalculator<Double>
- Parameters:
forecast
- The forecasted value.current
- The actual value.
- Returns:
- An anomaly score for the given values.
Copyright 2014 Kieker Project, http://kieker-monitoring.net>