Uses of Class
elki.timeseries.ChangePoints
-
Packages that use ChangePoints Package Description elki.timeseries Algorithms for change point detection in time series. -
-
Uses of ChangePoints in elki.timeseries
Fields in elki.timeseries declared as ChangePoints Modifier and Type Field Description (package private) ChangePoints
OfflineChangePointDetectionAlgorithm.Instance. result
Result to output to.Methods in elki.timeseries that return ChangePoints Modifier and Type Method Description ChangePoints
OfflineChangePointDetectionAlgorithm.Instance. run(Relation<DoubleVector> relation)
Run the change point detection algorithm on a data relation.ChangePoints
OfflineChangePointDetectionAlgorithm. run(Relation<DoubleVector> relation)
Executes multiple change point detection for given relationChangePoints
SigniTrendChangeDetection.Instance. run(Relation<NumberVector> relation)
Process a relation.ChangePoints
SigniTrendChangeDetection. run(Relation<NumberVector> relation)
Executes Signi-Trend for given relationMethods in elki.timeseries with parameters of type ChangePoints Modifier and Type Method Description private double
SigniTrendChangeDetection.Instance. processRow(DBIDRef iter, NumberVector row, ChangePoints changepoints)
Process one row, assuming a constant time interval.
-