Clustering algorithms powered by Numpy
Project description
Clustering algorithms powered by Numpy
This is an fast implementation of K-Means, K-Means++ and C-Means with Numpy.
How to install ?
This package is distributed on https://pypi.org/project/clustering-algorithms and can be installed by the following command:
pip install clustering-algorithms
How to contribute ?
Comments and PR are very welcome. You can check the coding conventions by running the following command:
./scripts/bash/style.sh
Miscellaneous
Performance comparison of K-Means and C-Means
PYTHONPATH=. python ./scripts/python/performance.py
Plotting K-Means and C-Means
PYTHONPATH=. python ./scripts/python/plot.py
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 clustering_algorithms-0.5.0.tar.gz.
File metadata
- Download URL: clustering_algorithms-0.5.0.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6fc88e0840229d14eafe16952b2379c8408694b85aff17c458a30af2d09e463f
|
|
| MD5 |
caa8b112553449dfb7caa4fd8f5e4b0d
|
|
| BLAKE2b-256 |
5d860286f5152c7a4d1b156ce9413e431b0f805c913036e8c12d46aaf0d7e2c4
|
File details
Details for the file clustering_algorithms-0.5.0-py3-none-any.whl.
File metadata
- Download URL: clustering_algorithms-0.5.0-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49f5babc8bacc8a021b51664cd2c6d8d2114dc704fbe4825a86920fba495b6f1
|
|
| MD5 |
57243521ff16f1247db6002d45948dd8
|
|
| BLAKE2b-256 |
e084753095979f1b3d7267a4a69288e5279a4edb72cc9ad9ea5d551a932581c0
|