Description
Hi guys,
Thank you very much for your hard work in developing and maintaining this excellent tool - it really is a breeze to work with!
We are currently working on problems involving time-series data (trajectories). In order to achieve this, we post-process the distance matrix D
to set the distance between subsequent points (t
and t+1
) to 0
. This works just fine with dense filtration and we obtain the results that we expect. With sparse/approximate filtration, however, this breaks (maybe because the 0
to be interpreted as a sparse entry?). As our datasets usually are larger than the synthetic ones we used to test, ripser.py often runs out of memory and we'd like to leverage the approximate filtration. Do you have any advice or perhaps best practices for dealing with time-series data and approximate filtration?
Thank you very much,
Wolfgang