diff options
Diffstat (limited to 'math/py-fastdtw/pkg-descr')
-rw-r--r-- | math/py-fastdtw/pkg-descr | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/math/py-fastdtw/pkg-descr b/math/py-fastdtw/pkg-descr deleted file mode 100644 index b8d8c587ff66..000000000000 --- a/math/py-fastdtw/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -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 |