You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To assess the features of **tda-mapper** you can start from the demo app.
66
-
67
-
-**Live demo:**[tda-mapper-app on Streamlit Cloud](https://tda-mapper-app.streamlit.app/)
68
-
69
-
-**Run locally:** use the following commands
70
-
90
+
## Citations
91
+
92
+
-**tda-mapper**: To cite this library, reference the Zenodo [archive](https://doi.org/10.5281/zenodo.10642381), pointing to the specific version of the release used in your work. For example to cite version 0.7.3 you can use:
93
+
94
+
```bibtex
95
+
@software{simi_2024_12729251,
96
+
author = {Simi, Luca},
97
+
title = {tda-mapper},
98
+
month = jul,
99
+
year = 2024,
100
+
publisher = {Zenodo},
101
+
version = {v0.7.3},
102
+
doi = {10.5281/zenodo.12729251},
103
+
url = {https://doi.org/10.5281/zenodo.12729251}
104
+
}
71
105
```
72
-
pip install -r app/requirements.txt
73
-
streamlit run app/streamlit_app.py
74
-
```
75
-
76
-
## References and Citations
77
-
78
-
The Mapper algorithm is a well-known technique in the field of topological
79
-
data analysis that allows data to be represented as a graph.
80
-
Mapper is used in various fields such as machine learning, data mining, and
81
-
social sciences, due to its ability to preserve topological features of the
82
-
underlying space, providing a visual representation that facilitates
83
-
exploration and interpretation. For an in-depth coverage of Mapper you can
84
-
read
85
-
[the original paper](https://research.math.osu.edu/tgda/mapperPBG.pdf).
86
-
87
-
- **tda-mapper**: To cite this library reference the Zenodo [archive](https://doi.org/10.5281/zenodo.10642381),
88
-
pointing to the specific version of the release used in your work.
89
106
90
-
- **Methodology**: To cite our methodological foundation, refer to [our preprint](https://doi.org/10.5281/zenodo.10659651).
107
+
- **Methodology**: To cite our methodological foundation, refer to the [preprint](https://doi.org/10.5281/zenodo.10659651).
108
+
109
+
``` bibtex
110
+
@misc{simi_2024_11187959,
111
+
author = {Simi, Luca},
112
+
title = {{A Scalable Approach for Mapper via Vantage Point
0 commit comments