public class AverageAbsoluteDeviation extends BasicFeature implements InterfaceOneColumn
DEFAULT_OOB_POLICY, GUI_NAME, IS_SINGLE_COLUMN, NR_EXTRA_FIELDS, SHORT_NAME| Constructor and Description |
|---|
AverageAbsoluteDeviation(int windowSize,
double jumpPercentage) |
| Modifier and Type | Method and Description |
|---|---|
double[] |
applyTo(long[] theTimestamps,
double[] array,
int delay) |
java.lang.String |
toString()
Returns the
String representation of this
Feature. |
getGuiText, getIsSingleColumn, getNrExtraFields, getShortText, getValidJump, isValidWidth, setOutOfBoundsPolicypublic AverageAbsoluteDeviation(int windowSize,
double jumpPercentage)
public double[] applyTo(long[] theTimestamps,
double[] array,
int delay)
applyTo in interface InterfaceOneColumnpublic java.lang.String toString()
BasicFeatureString representation of this
Feature.
It includes the width and jump percentage.toString in class BasicFeatureString representation of this
Feature.