giotto-ai / pyflagser

Python bindings and API for the flagser C++ library (https://github.com/luetge/flagser).
Other
13 stars 15 forks source link

Support for filtration algos #16

Closed gtauzin closed 4 years ago

gtauzin commented 4 years ago

Description

Right now, we only support the default filtration algorithm. However, flagser incudes a number of ways to compute filtration from edges and vertices weights. It can even allow the user to build its own filtration function.

gtauzin commented 4 years ago

@MonkeyBreaker I will take care of it and ask for your review!

ulupo commented 4 years ago

Closing as this was addressed by #18 (minus the custom filtration functions).