-
arXiv论文跟踪
-
I'm running Ubuntu 18.04, and I compiled `dtaidistance` from GitHub. When logging `info` level, it's confirmed that the C libraries installed and parallel computation is enabled, but htop shows a sing…
-
Hi,
I have been trying to use dtwclust as a basis to test different clustering algorithms against each other. For this, I have relied on the compare_clusterings() function, but when used I see that…
-
I am getting a memory error when trying to calculate DTW distances for a numpy matrix of 2.2 million series with 157 time points. I have 400 GB of RAM available, with < 10% of utilization, and immedia…
-
Thanks a lot for providing the library!
I have a question regarding the comparability of the different versions. The results for the same data and the same distance metric seems to differ between `…
-
sklearn-like interface compatible with xpandas
Specify methods, variables, fit/transform interface
-
Is it possible for the C implementation of dtw distance to return not only the final distance but also the best_path or all paths? Because besides having the final distance, I would be interested in a…
-
When I try to run `get_behavioral_distance` I run into this error
```
AttributeError Traceback (most recent call last)
in
----> 1 dists = get_behavioral_distance(ind…
-
Hello Alex, thanks for the nice package.
I am trying to compute a matrix of DTW distances between 1d sequences with unequal lenghts.
I'm passing the signals as a list of (1 by len_i) matrices.
…
fdeon updated
6 years ago
-
I was just comparing results with other dynamic time warping libraries and noticed significant differences in the dtw distances, despite similar paths. Am I missing something or is there an error some…