-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add notebook on persistent homology of undirected and directed graphs…
…, fix bugs with homology_dimensions in FlagserPersistence, fix #92, bump pyflagser version (#462) * Add notebook on persistent homology of undirected and directed graphs * Fix errors with use of homology_dimensions kwarg in FlagserPersistence - Implementation was incorrect in cases where minimum in homology_dimensions is greater than 1 - Implementation would crash whenever `flagser_weighted` does not return a list of size self._max_homology_dimension + 1 - self._min_homology_dimension, as can happen with small graphs * Fix #92 Document removal of one infinite bar in simplicial transformers * Polish up classifying_shapes notebook * Upload clique complex filtration images * Add SVGs for directed flag complex illustration * Implement some of @lewtun's suggestions for classifying shapes notebook * Add general persistence diagram discussion to vietoris_rips_quickstart.ipynb * Fix VR notebook and add explanation of homology_dimensions parameter * Bump pyflagser version required by giotto-tda * Improve docs for VietorisRipsPersistence by explaining how precomputed input is handled
- Loading branch information
Showing
27 changed files
with
1,266 additions
and
211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.