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.tar.gz
(10.9 kB
view details)
Built Distribution
File details
Details for the file pyBallMapper-0.3.4.tar.gz
.
File metadata
- Download URL: pyBallMapper-0.3.4.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c2e809c29e523351c95d3bb3881f5d52e750db119aa7a5ffda1d89906ed4c09 |
|
MD5 | 8fb36a7810cd786f41699b77c18cbd91 |
|
BLAKE2b-256 | f9246ee346dc8989af3d39fd11e0df45853b791c55c86600b908749cc2a0fdb0 |
Provenance
File details
Details for the file pyBallMapper-0.3.4-py3-none-any.whl
.
File metadata
- Download URL: pyBallMapper-0.3.4-py3-none-any.whl
- Upload date:
- Size: 12.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a70f48760bcb61020ff2d52db86f08f1ac5faba3cd30b01ba1c810ad22911254 |
|
MD5 | d3b11e6f622e63d12483e5b8b21431bd |
|
BLAKE2b-256 | a413da238704b95b63e9dc997eb859356829d4499ffdcfe02ab4899d3e2ddc30 |