WLJS LogoWLJS Notebook

WarpingDistance

WarpingDistance[s1, s2] gives the dynamic time warping (DTW) distance between sequences s1 and s2.

  • WarpingDistance[s1, s2, win] uses a window specified by win for local search.

Examples

WarpingDistance[{1, 2, 3, 4}, {1, 2, 2, 3, 4}]

Please visit the official Wolfram Language Reference for more details.

On this page