Package | Description |
---|---|
kieker.tools.opad.model | |
kieker.tools.opad.timeseries | |
kieker.tools.opad.timeseries.anomalycalculators |
Modifier and Type | Interface and Description |
---|---|
interface |
IForecastMeasurementPair |
Modifier and Type | Class and Description |
---|---|
class |
ForecastMeasurementPair |
class |
NamedDoubleTimeSeriesPoint |
Modifier and Type | Class and Description |
---|---|
class |
TimeSeriesPoint<T> |
Modifier and Type | Method and Description |
---|---|
ITimeSeriesPoint<T> |
ITimeSeries.append(T value)
Appends the given value to the time series.
|
ITimeSeriesPoint<T> |
TimeSeries.append(T value) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ITimeSeriesPoint<T>> |
ITimeSeries.appendAll(T[] values)
Appends the given value to the time series.
|
java.util.List<ITimeSeriesPoint<T>> |
TimeSeries.appendAll(T[] values) |
java.util.List<ITimeSeriesPoint<T>> |
ITimeSeries.getPoints()
Returns the
ITimeSeriesPoint s of this time series. |
java.util.List<ITimeSeriesPoint<T>> |
TimeSeries.getPoints() |
Modifier and Type | Method and Description |
---|---|
AnomalyScore |
SimpleAnomalyScoreCalculator.calculateAnomalyScore(IForecastResult forecast,
ITimeSeriesPoint<java.lang.Double> current) |
AnomalyScore |
IAnomalyScoreCalculator.calculateAnomalyScore(IForecastResult forecast,
ITimeSeriesPoint<T> current)
Calculates an anomaly score based on the given values.
|
Copyright 2017 Kieker Project, http://kieker-monitoring.net