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) ChangePointsOfflineChangePointDetectionAlgorithm.Instance. resultResult to output to.Methods in elki.timeseries that return ChangePoints Modifier and Type Method Description ChangePointsOfflineChangePointDetectionAlgorithm.Instance. run(Relation<DoubleVector> relation)Run the change point detection algorithm on a data relation.ChangePointsOfflineChangePointDetectionAlgorithm. run(Relation<DoubleVector> relation)Executes multiple change point detection for given relationChangePointsSigniTrendChangeDetection.Instance. run(Relation<NumberVector> relation)Process a relation.ChangePointsSigniTrendChangeDetection. run(Relation<NumberVector> relation)Executes Signi-Trend for given relationMethods in elki.timeseries with parameters of type ChangePoints Modifier and Type Method Description private doubleSigniTrendChangeDetection.Instance. processRow(DBIDRef iter, NumberVector row, ChangePoints changepoints)Process one row, assuming a constant time interval.
-