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