|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmath.DynamicTimeWarping
public class DynamicTimeWarping
Constructor Summary | |
---|---|
DynamicTimeWarping()
|
Method Summary | |
---|---|
static double |
DTW(double[] pfVx,
double[] pfVy)
Computes the Dynamic Time Warping of two vectors |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DynamicTimeWarping()
Method Detail |
---|
public static final double DTW(double[] pfVx, double[] pfVy)
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |