slaypni / fastdtw

A Python implementation of FastDTW
MIT License
774 stars 122 forks source link

path & distance #52

Closed pit9921 closed 3 years ago

pit9921 commented 3 years ago

Hi, is there any possibility how to express the both parameters (path & distance) with one metric - integer? distance, path = fastdtw(ref, x)

pit9921 commented 3 years ago

Stupid question.