
Mapper Python Implementation
A few posts ago I wrote about the mapper construction by Carlsson-Memoli-Singh and want to follow up on that a little. I wrote a straightforward implementation of the construction in Python. It can be found here: github.com/mirkoklukas/tda-mapper-py.
Mapper – A discrete generalization of the Reeb graph
This is the third of a series of posts on cluster-algorithms and ideas in data analysis. Mapper is a construction that uses a given cluster-algorithm to associate a simplicial complex to a reference map on a given data set. It…