Simple Python implementation of the Mapper algorithm from topological data analysis.
Short presentation of the project can be found in mapper.pdf
.
Longer report in PDF is available as release asset.
Several examples are provided as separate scripts in the repository root directory. E.g., the chair example can be run as simply as:
python chair.py
The Mapper library itself is provided in directory mapper
.
Its usage is documented in docstring of class Mapper
.