public class SEEDChangeDetector.SEED extends Object
Modifier and Type | Field and Description |
---|---|
SEEDChangeDetector.SEEDWindow |
window |
Constructor and Description |
---|
SEED(double delta,
int blockSize,
double epsilonPrime,
double alpha,
int term)
Constructor for all required parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
addElement(double value) |
boolean |
setInput(double inputValue)
Main method for passing in input values and performing drift detection
|
public SEEDChangeDetector.SEEDWindow window
public SEED(double delta, int blockSize, double epsilonPrime, double alpha, int term)
delta
- blockSize
- Recommended value: 32epsilonPrime
- Recommended values between [0.0025, 0.01]alpha
- Growth parameter - Recommended values between [0.2, 0.8]compressionterm
- Recommended values between [50, 100]public boolean setInput(double inputValue)
inputValue
- instance from the streampublic void addElement(double value)
Copyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.