pollen-robotics / dtw

DTW (Dynamic Time Warping) python module
GNU General Public License v3.0
1.16k stars 233 forks source link

Could you kindly suggest how to adapt my own distance matrix for dtw function? #52

Open wanglu2014 opened 2 years ago

wanglu2014 commented 2 years ago

My distance matrix is a n*n matrix, a result of vegan::vegdist(lm,method = "euclidean").

Thank you for your help!