1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

8 lines
275 B
Plaintext

Python implementation of FastDTW [1], which is an approximate Dynamic Time
Warping (DTW) algorithm that provides optimal or near-optimal alignments
with an O(N) time and memory complexity.
[1] http://cs.fit.edu/~pkc/papers/tdm04.pdf
WWW: https://github.com/slaypni/fastdtw