public class Covariance extends BasicFeature implements InterfaceTwoColumns
DEFAULT_OOB_POLICY, GUI_NAME, IS_SINGLE_COLUMN, NR_EXTRA_FIELDS, SHORT_NAME
Constructor and Description |
---|
Covariance(int theWidth,
double theJumpPercentage) |
Modifier and Type | Method and Description |
---|---|
double[] |
applyTo(double[] theFirstColumn,
double[] theSecondColumn,
int theDelay) |
java.lang.String |
toString()
Returns the
String representation of this
Feature . |
getGuiText, getIsSingleColumn, getNrExtraFields, getShortText, getValidJump, isValidWidth, setOutOfBoundsPolicy
public double[] applyTo(double[] theFirstColumn, double[] theSecondColumn, int theDelay)
applyTo
in interface InterfaceTwoColumns
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
.