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.7.tar.gz
(14.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyballmapper-0.3.7.tar.gz.
File metadata
- Download URL: pyballmapper-0.3.7.tar.gz
- Upload date:
- Size: 14.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
630d4b355d698afb407df235749cd912d87e72d0283a599aab9730c3b5334330
|
|
| MD5 |
a7b203efab4129dc2a12840f86a43858
|
|
| BLAKE2b-256 |
f559e9f384e95c5e30dea46bee5b2d06fd997f79676c62cd1be87f13e147eaea
|
File details
Details for the file pyBallMapper-0.3.7-py3-none-any.whl.
File metadata
- Download URL: pyBallMapper-0.3.7-py3-none-any.whl
- Upload date:
- Size: 16.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd0893a11a50eb41e5fc5093ee0261c972df6277fa930b781757fc7c188c1726
|
|
| MD5 |
a4bceab6bfc056a9fb713d851c75370f
|
|
| BLAKE2b-256 |
ebef22e88f01418796cca8a79cd8173e939fc3778e780ec2053ef81964ff3aea
|