File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313
1414** tda-mapper** is a simple and efficient Python library implementing the
1515Mapper algorithm for Topological Data Analysis (TDA).
16- It enables fast computation of Mapper graphs using * vp-trees* to optimize the
17- construction of open covers for enhanced performance and scalability.
16+ It enables fast computation of Mapper graphs by using * vp-trees* to optimize
17+ the construction of open covers, improving both performance and scalability.
1818
19- For further details, please refer to our
19+ For further details, please refer to the
2020[ preprint] ( https://doi.org/10.5281/zenodo.10659651 ) .
2121
2222- ** Installation** : ` pip install tda-mapper `
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ tda-mapper
3030==========
3131
3232**tda-mapper ** is a simple and efficient Python library implementing the
33- Mapper algorithm for Topological Data Analysis (TDA). It enables fast
34- computation of Mapper graphs using *vp-trees * to optimize the
35- construction of open covers for enhanced performance and scalability.
33+ Mapper algorithm for Topological Data Analysis (TDA).
34+ It enables fast computation of Mapper graphs by using *vp-trees * to optimize
35+ the construction of open covers, improving both performance and scalability.
3636
37- For further details, please refer to our
37+ For further details, please refer to the
3838`preprint <https://doi.org/10.5281/zenodo.10659651 >`__.
3939
4040- **Installation **: ``pip install tda-mapper ``
You can’t perform that action at this time.
0 commit comments