kieker.tools.tslib.anomalycalculators
Class SimpleAnomalyCalculator
java.lang.Object
kieker.tools.tslib.anomalycalculators.SimpleAnomalyCalculator
- All Implemented Interfaces:
- IAnomalyCalculator<Double>
public class SimpleAnomalyCalculator
- extends Object
- implements IAnomalyCalculator<Double>
- Since:
- 1.9
- Author:
- Tillmann Carlos Bielefeld
SimpleAnomalyCalculator
public SimpleAnomalyCalculator()
- Creates a new Instance of this class.
calculateAnomaly
public AnomalyScore calculateAnomaly(IForecastResult<Double> forecast,
ITimeSeriesPoint<Double> current)
- Specified by:
calculateAnomaly
in interface IAnomalyCalculator<Double>
Copyright 2014 Kieker Project, http://kieker-monitoring.net>