| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.algorithm.timeseries | 
 Algorithms for change point detection in time series. 
 | 
| Class and Description | 
|---|
| ChangePoint
 Single Change Point 
 | 
| ChangePoints
 Change point detection result Used by change or trend detection algorithms
 
 TODO: we need access to the data labels / timestamp information! 
 | 
| OfflineChangePointDetectionAlgorithm
 Off-line change point detection algorithm detecting a change in mean, based
 on the cumulative sum (CUSUM), same-variance assumption, and using bootstrap
 sampling for significance estimation. 
 | 
| SigniTrendChangeDetection
 Signi-Trend detection algorithm applies to a single time-series. 
 | 
Copyright © 2019 ELKI Development Team. License information.