Kieker 1.10

kieker.tools.tslib.anomalycalculators
Class SimpleAnomalyScoreCalculator

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

Constructor Summary
SimpleAnomalyScoreCalculator()
           
 
Method Summary
 AnomalyScore calculateAnomalyScore(IForecastResult forecast, ITimeSeriesPoint<Double> current)
          Calculates an anomaly score based on the given values.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleAnomalyScoreCalculator

public SimpleAnomalyScoreCalculator()
Method Detail

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.

Kieker 1.10

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