Python implementation of the Ball Mapper algorithm.
Project description
pyBallMapper
Python version of the BallMapper algorithm described in arXiv:1901.07410 .
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
Release history Release notifications | RSS feed
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.1.tar.gz
(10.9 kB
view hashes)
Built Distribution
Close
Hashes for pyBallMapper-0.3.4.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d9d8e111b095794a72aba81c66d864c4a40d4a51bb8708edf8e4049401d44e7 |
|
MD5 | 1a80ce455eca15c34560348ecc557aa7 |
|
BLAKE2b-256 | c7a8b62ce59066972cd9b288e875c947d09ee717d4f4d647916fc6c9e9539519 |