slaypni / fastdtw

A Python implementation of FastDTW
MIT License
793 stars 123 forks source link

Accessing fastdtw from C language #55

Open sriharsha-sammeta opened 3 years ago

sriharsha-sammeta commented 3 years ago

Hi, I see that the main library is implemented in C. Can you please point out steps to load and call the fastdtw function from C language instead of python?

CLMonster commented 3 months ago

Install the Cython library before installing fastdtw, to utilize its C implementation.