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
The Mapper algorithm is a well-known technique in the field of topological data analysis that allows data to be represented as a graph.
18
23
Mapper is used in various fields such as machine learning, data mining, and social sciences, due to its ability to preserve topological features of the underlying space, providing a visual representation that facilitates exploration and interpretation.
19
24
For an in-depth coverage of Mapper you can read [the original paper](https://research.math.osu.edu/tgda/mapperPBG.pdf).
If you want to use **tda-mapper** in your research please use one of the following citation.
5
+
For the methodology you can use:
6
+
7
+
Simi, L. (2024). A Scalable Implementation of Mapper for Topological Data Analysis via Vantage Point Trees. Zenodo. https://doi.org/10.5281/zenodo.10659652
8
+
9
+
BibTeX entry:
10
+
11
+
.. code:: RST
12
+
13
+
@misc{simi_2024_10659652,
14
+
author = {Simi, Luca},
15
+
title = {A Scalable Implementation of Mapper for Topological Data Analysis via Vantage Point Trees},
16
+
month = feb,
17
+
year = 2024,
18
+
publisher = {Zenodo},
19
+
doi = {10.5281/zenodo.10659652},
20
+
url = {https://doi.org/10.5281/zenodo.10659652}
21
+
}
22
+
23
+
If you want to refer to the actual library instead, you can reference the Zenodo
0 commit comments