public class SeqDrift2ChangeDetector.SeqDrift2 extends AbstractMOAObject
Constructor and Description |
---|
SeqDrift2(double _significanceLevel,
int _blockSize)
SeqDrift change detector requires two parameters: significance level and
block size.
|
Modifier and Type | Method and Description |
---|---|
void |
getDescription(StringBuilder sb,
int indent)
Returns a string representation of this object.
|
double |
getEstimation()
Gets the prediction of next values.
|
boolean |
setInput(double _inputValue)
This method can be used to directly interface with SeqDrift change
detector.
|
copy, copy, measureByteSize, measureByteSize, toString
public SeqDrift2(double _significanceLevel, int _blockSize)
_significanceLevel
- _blockSize
- public boolean setInput(double _inputValue)
input
- numerical valuepublic double getEstimation()
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 © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.