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.
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.
24
-
For an in-depth coverage of Mapper you can read [the original paper](https://research.math.osu.edu/tgda/mapperPBG.pdf).
23
+
The Mapper algorithm is a well-known technique in the field of topological
24
+
data analysis that allows data to be represented as a graph.
25
+
Mapper is used in various fields such as machine learning, data mining, and
26
+
social sciences, due to its ability to preserve topological features of the
27
+
underlying space, providing a visual representation that facilitates
28
+
exploration and interpretation. For an in-depth coverage of Mapper you can
29
+
read
30
+
[the original paper](https://research.math.osu.edu/tgda/mapperPBG.pdf).
31
+
32
+
This library contains an implementation of Mapper, where the construction
33
+
of open covers is based on *vp-trees* for improved performance and scalability.
34
+
The details about this methodology are contained in
0 commit comments