|
I have two time series q and c and I want to calculate dynamic time wrapping (DTW) distance between these two time series:
As I understand we should make a matrix like this:
I have read many references, but I could not understand how to find the best path in this matrix. Could you please explain me how can I find the best path through this matrix, and then how can I calculate DTW? |