Package elki.timeseries
Class ChangePoint
- java.lang.Object
-
- elki.timeseries.ChangePoint
-
public class ChangePoint extends java.lang.Object
Single Change Point- Since:
- 0.7.5
- Author:
- Sebastian Rühl, Erich Schubert
-
-
Constructor Summary
Constructors Constructor Description ChangePoint(DBIDRef iter, int column, double score)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringBuilder
appendTo(java.lang.StringBuilder buf)
Append to a text buffer.
-