public abstract class AWeightedTrigometricDistance extends java.lang.Object implements ITimeSeriesDistance
| Constructor and Description |
|---|
AWeightedTrigometricDistance(double alpha) |
| Modifier and Type | Method and Description |
|---|---|
double |
getA()
Getter for the
a parameter. |
double |
getAlpha()
Getter for the alpha value.
|
double |
getB()
Getter for the
a parameter. |
void |
setAlpha(double alpha)
Sets the alpha value and adjusts the measurement parameters
a = cos(alpha) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdistancepublic void setAlpha(double alpha)
a = cos(alpha) and b = sin(alpha) accordingly.alpha - The alpha value, 0 <= alpha <= pi/2.public double getAlpha()
0 <= alpha <= pi/2.public double getA()
a parameter. @see #apublic double getB()
a parameter. @see #b