WLJS LogoWLJS Notebook

WarpingCorrespondence

WarpingCorrespondence[s1, s2] gives the time warping (DTW) similarity path between sequences s1 and s2.

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

Examples

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

Please visit the official Wolfram Language Reference for more details.

On this page