Python implementation of the Ball Mapper algorithm.
Project description
pyBallMapper
Python version of the Ball Mapper algorithm described in arXiv:1901.07410 .
Installation
pip install pyballmapper
Basic usage
from pyballmapper import BallMapper
bm = BallMapper(points = my_pointcloud, # the pointcloud, as a numpy array
epsilon = 0.25) # the radius of the covering balls
For more info check out the example notebooks .
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.1.0.post1.tar.gz
(19.1 kB
view details)
File details
Details for the file pyBallMapper-0.1.0.post1.tar.gz
.
File metadata
- Download URL: pyBallMapper-0.1.0.post1.tar.gz
- Upload date:
- Size: 19.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 67b5bcb2807178850bd57d910c002d439d4b9522799839696910e199351a8ee2 |
|
MD5 | 371cb20918152c99d3a18890db1213c2 |
|
BLAKE2b-256 | 81aacd7d1ea69dd209c4dac35316def64c7ea20353abebbe3e5582f5d4409e5a |