persim
persim copied to clipboard
Distances and representations of persistence diagrams
anybody...!!! Why persistent landscape module is not working in persim?
Fixed outdated dependency - collections.Iteratable moved to collections.abc.Iterable in Python 3.3+
As per title. Persim breaks when using Python 3.3+ as the dependancy collections.Iterable has been moved. We check if collections.abc exists, and if so, use that instead.
The 'persistence' weight function in PersistenceImager is the one defined here https://jmlr.org/papers/volume18/16-337/16-337.pdf (page 9) that is linear on persistence coordinate and goes from 0 if persistence coordinate is 0 to...
What is the value of mean parameter used if we use a gaussian kernel ? The gaussian kernel corresponding to a point of the diagram is centered in that point...
This PR fixes numerous bugs with plotting persistence landscapes. In particular - user specified labels for coordinate axes now work, - doc strings are cleaned up and now on publicly...
I noticed that the current PR #22 for a barcode visualisation is failing, so I thought I'd try to fix up whatever the problem is, and in the process decided...
I think your job is very meaningful and exciting!But I am a little confused about the description of Sliced Wasserstein distance. **"The general idea is to compute an approximation of...
I have an issue producing Persistent Images using Prism in Python. I'm generating Persistent Diagrams using Dionysus software in python. My problem is I can not generate persistent images from...
The default linear weighting function is being normalized per diagram rather than being fixed or normalized per experiment. As a consequence, the norm of a persistence image corresponding to a...
I am using Ripser.py alongside a Docker container running all the python stuff. This makes plotting tricky if at all possible. The workaround is simply to use pyplot.savefig() and save...