I'm a bit confused about how to use DTW.
My data ~300K rows with:
1st column - test number 1 to 4
2nd column - time. For each test, time starts at 0 and goes up in increments of 0.2 ms.
Eight columns of measurements.
Rows are ordered by test and time.
What is the proper way to align with DTW?
Thanks