Python implementation of the Ball Mapper algorithm.
Project description
pyBallMapper
Python version of the BallMapper algorithm described in arXiv:1901.07410 .
Installation
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 = 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.3.1.tar.gz
(10.4 kB
view details)
Built Distribution
File details
Details for the file pyBallMapper-0.3.1.tar.gz
.
File metadata
- Download URL: pyBallMapper-0.3.1.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c03cb046211030c96e9b826e61018fc47d307daa28cff5341dba43a293601541 |
|
MD5 | 2ad44085297fb91cedd43a1517e18351 |
|
BLAKE2b-256 | 84e9e2cf2276766987217dca32ad62443b62089807946029bbdeca1ff8907baf |
Provenance
File details
Details for the file pyBallMapper-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: pyBallMapper-0.3.1-py3-none-any.whl
- Upload date:
- Size: 12.0 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 | ebe0b24c350c9de79157f4180541f5d76f5ccbe24709f04a66e9f85023c97575 |
|
MD5 | 7ae55129373b7b670797e09de70c4de9 |
|
BLAKE2b-256 | 92f6e96d57719cd90ed3ecafbac9384415e0285266240c1156376d9571630aa2 |