A package for running KMeans and GeoKMeans algorithms.
Project description
MyKMeansProject
This package provides Python bindings to run KMeans and GeoKMeans algorithms using a C++ backend.
Installation
You can install this package using pip:
pip install mykmeansproject
Usage
from mykmeansproject.kmeans import run_lloyd_kmeans, run_geokmeans
result = run_lloyd_kmeans(
100,
0.0001,
12,
17,
[
"path/to/Breastcancer.csv",
"path/to/CreditRisk.csv",
"path/to/census.csv",
"path/to/birch.csv"
]
)
print(result)
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
mykmeansproject-0.1.tar.gz
(66.3 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 mykmeansproject-0.1.tar.gz.
File metadata
- Download URL: mykmeansproject-0.1.tar.gz
- Upload date:
- Size: 66.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ecd0aa741c41e4ca23e65fbe70200a6145e023fe22e412ef15b07ad1a54e542c
|
|
| MD5 |
23b0d62ddd34b1c729fb47678b61459a
|
|
| BLAKE2b-256 |
079e152a30052c1be2d5c59e68ae5ef02f7aff206c406b9a5c5b79ac857a6ae5
|
File details
Details for the file mykmeansproject-0.1-py3-none-any.whl.
File metadata
- Download URL: mykmeansproject-0.1-py3-none-any.whl
- Upload date:
- Size: 65.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92898f725e3c39c8fd066b9705f499f7817ddb99893ba12c63454516b16e7b79
|
|
| MD5 |
2fbcff6645a0f8dd3b9ab0138c750092
|
|
| BLAKE2b-256 |
409021d62541b07a2fb68787cb751602315828f3e67892b66a8b2b1b0ff93be4
|