Kieker 1.9

kieker.tools.tslib.anomalycalculators
Class SimpleAnomalyCalculator

java.lang.Object
  extended by 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

Constructor Summary
SimpleAnomalyCalculator()
          Creates a new Instance of this class.
 
Method Summary
 AnomalyScore calculateAnomaly(IForecastResult<Double> forecast, ITimeSeriesPoint<Double> current)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleAnomalyCalculator

public SimpleAnomalyCalculator()
Creates a new Instance of this class.

Method Detail

calculateAnomaly

public AnomalyScore calculateAnomaly(IForecastResult<Double> forecast,
                                     ITimeSeriesPoint<Double> current)
Specified by:
calculateAnomaly in interface IAnomalyCalculator<Double>

Kieker 1.9

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