protected class SigniTrendChangeDetection.Instance
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected double[] |
ewma
Moving average and variance.
|
protected double[] |
ewmv
Moving average and variance.
|
protected double |
weight
Current weight:
|
Constructor and Description |
---|
Instance()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
private double |
processRow(DBIDRef iter,
NumberVector row,
ChangePoints changepoints)
Process one row, assuming a constant time interval.
|
ChangePoints |
run(Relation<NumberVector> relation)
Process a relation.
|
protected double[] ewma
protected double[] ewmv
protected double weight
public ChangePoints run(Relation<NumberVector> relation)
relation
- Data relationprivate double processRow(DBIDRef iter, NumberVector row, ChangePoints changepoints)
iter
- Row identifier for reporting.row
- Data rowchangepoints
- Change points result for outputCopyright © 2019 ELKI Development Team. License information.