Skip to main content

Python implementation of the Ball Mapper algorithm.

Project description

pyBallMapper

version Documentation Status

Python version of the BallMapper algorithm described in arXiv:1901.07410 .

Jones 17

Install the package 📦

pip install pyballmapper

Basic usage

from pyballmapper import BallMapper
bm = BallMapper(X = my_pointcloud,    # the pointcloud, as a array-like of shape (n_samples, n_features)
                eps = 4.669)          # the radius of the covering balls

For more info check out the example notebooks or the documentation.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyBallMapper-0.3.4.tar.gz (10.9 kB view hashes)

Uploaded Source

Built Distribution

pyBallMapper-0.3.4-py3-none-any.whl (12.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page