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, setOutOfBoundsPolicypublic double[] applyTo(double[] theFirstColumn,
double[] theSecondColumn,
int theDelay)
applyTo in interface InterfaceTwoColumnspublic java.lang.String toString()
BasicFeatureString representation of this
Feature.
It includes the width and jump percentage.toString in class BasicFeatureString representation of this
Feature.