public class ADWIN extends AbstractMOAObject
Modifier and Type | Field and Description |
---|---|
static double |
DELTA |
static int |
MAXBUCKETS |
Modifier and Type | Method and Description |
---|---|
void |
compressBuckets() |
int |
deleteElement() |
int |
getBucketsUsed() |
boolean |
getChange() |
int |
getClock() |
void |
getDescription(StringBuilder sb,
int indent)
Returns a string representation of this object.
|
boolean |
getDetect() |
double |
getEstimation() |
String |
getEstimatorInfo() |
int |
getNumberDetections() |
double |
getTotal() |
double |
getVariance() |
boolean |
getWarning() |
int |
getWidth() |
double |
getWidthT() |
void |
resetChange() |
void |
setClock(int intClock) |
boolean |
setInput(double intEntrada) |
boolean |
setInput(double intEntrada,
double delta) |
void |
setW(int W0) |
copy, copy, measureByteSize, measureByteSize, toString
public static final double DELTA
public static final int MAXBUCKETS
public boolean getChange()
public void resetChange()
public int getBucketsUsed()
public int getWidth()
public void setClock(int intClock)
public int getClock()
public boolean getWarning()
public boolean getDetect()
public int getNumberDetections()
public double getTotal()
public double getEstimation()
public double getVariance()
public double getWidthT()
public int deleteElement()
public void compressBuckets()
public boolean setInput(double intEntrada)
public boolean setInput(double intEntrada, double delta)
public String getEstimatorInfo()
public void setW(int W0)
public void getDescription(StringBuilder sb, int indent)
MOAObject
AbstractMOAObject.toString
to give a string representation of the object.sb
- the stringbuilder to add the descriptionindent
- the number of characters to indentCopyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.