|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.tools.opad.timeseries.anomalycalculators.SimpleAnomalyScoreCalculator
public class SimpleAnomalyScoreCalculator
Constructor Summary | |
---|---|
SimpleAnomalyScoreCalculator()
|
Method Summary | |
---|---|
AnomalyScore |
calculateAnomalyScore(IForecastResult forecast,
ITimeSeriesPoint<java.lang.Double> current)
Calculates an anomaly score based on the given values. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleAnomalyScoreCalculator()
Method Detail |
---|
public AnomalyScore calculateAnomalyScore(IForecastResult forecast, ITimeSeriesPoint<java.lang.Double> current)
IAnomalyScoreCalculator
calculateAnomalyScore
in interface IAnomalyScoreCalculator<java.lang.Double>
forecast
- The forecasted value.current
- The actual value.
|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |