Jakob Kasbauer

Results 4 issues of Jakob Kasbauer

The complexity measure for the annotation vector is defined as: `sqrt(sum(diff(subsequence).^2))` CID (Batista 2013) https://doi.org/10.1007/s10618-013-0312-3 Matrix Profile V (Dau 2017) http://dx.doi.org/10.1145/3097983.3097993 However, the implementation uses the mean instead of the...

The function `_stamp_parallel()` computes the distance-profiles via a pool of workers. Each worker returns a list of distance-profiles. The reduction of the distance-matrix occurs after all workers return their lists-of-distance-profiles....

examples.ipynb : import pydtw compared to Readme.md : from cdtw import pydtw

Readme.md: The hyperlink of "well known step patterns dp1, dp2, dp3" does not link to the intended PDF.