V-Mapper


V-Mapper (velocity Mapper) is an extension of Mapper, which is a well-known topological data analysis (TDA) method for extracting high-dimensional topological structures as a graph [Singh et al., 2007]. V-Mapper is for high-dimensional data with position and velocity and describes a topological structure and flows on it simultaneously as a weighted directed graph (V-Mapper graph) by embedding given velocity data in the edges of the Mapper graph.
Installation
To install V-Mapper package, use pip
as follows:
$ pip install vmapper
Requirements
- Python3
- numpy
- scipy
- scikit-learn