public class Minimum extends BasicFeature implements InterfaceOneColumn
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
GUI_NAME |
static boolean |
IS_SINGLE_COLUMN |
static int |
NR_EXTRA_FIELDS |
static java.lang.String |
SHORT_NAME |
DEFAULT_OOB_POLICY
Constructor and Description |
---|
Minimum(int windowSize,
double jumpPercentage) |
Modifier and Type | Method and Description |
---|---|
double[] |
applyTo(long[] theTimestamps,
double[] array,
int theDelay) |
java.lang.String |
getGuiText() |
boolean |
getIsSingleColumn() |
int |
getNrExtraFields() |
java.lang.String |
getShortText() |
java.lang.String |
toString()
Returns the
String representation of this
Feature . |
getValidJump, isValidWidth, setOutOfBoundsPolicy
public static final java.lang.String GUI_NAME
public static final java.lang.String SHORT_NAME
public static final boolean IS_SINGLE_COLUMN
public static final int NR_EXTRA_FIELDS
public double[] applyTo(long[] theTimestamps, double[] array, int theDelay)
applyTo
in interface InterfaceOneColumn
public java.lang.String getGuiText()
getGuiText
in class BasicFeature
public java.lang.String getShortText()
getShortText
in class BasicFeature
public boolean getIsSingleColumn()
getIsSingleColumn
in class BasicFeature
public int getNrExtraFields()
getNrExtraFields
in class BasicFeature
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
.