Uses of Class
elki.timeseries.ChangePoints
-
-
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(elki.database.relation.Relation<elki.data.DoubleVector> relation)Run the change point detection algorithm on a data relation.ChangePointsOfflineChangePointDetectionAlgorithm. run(elki.database.relation.Relation<elki.data.DoubleVector> relation)Executes multiple change point detection for given relationChangePointsSigniTrendChangeDetection.Instance. run(elki.database.relation.Relation<elki.data.NumberVector> relation)Process a relation.ChangePointsSigniTrendChangeDetection. run(elki.database.relation.Relation<elki.data.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(elki.database.ids.DBIDRef iter, elki.data.NumberVector row, ChangePoints changepoints)Process one row, assuming a constant time interval.
-