python3-fastdtw

Dynamic Time Warping (DTW) algorithm with an O(N) complexity
  https://github.com/slaypni/fastdtw
  0
  no reviews



Python implementation of FastDTW, which is an approximate Dynamic Time Warping (DTW) algorithm that provides optimal or near-optimal alignments with an O(N) time and memory complexity.