T - The type of the calculator.public interface IAnomalyScoreCalculator<T>
| Modifier and Type | Method and Description |
|---|---|
AnomalyScore |
calculateAnomalyScore(IForecastResult forecast,
ITimeSeriesPoint<T> current)
Calculates an anomaly score based on the given values.
|
AnomalyScore calculateAnomalyScore(IForecastResult forecast, ITimeSeriesPoint<T> current)
forecast - The forecasted value.current - The actual value.Copyright 2017 Kieker Project, http://kieker-monitoring.net