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.2.tar.gz
(123.9 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
mykmeansproject-0.2-py3-none-any.whl
(124.2 kB
view details)
File details
Details for the file mykmeansproject-0.2.tar.gz.
File metadata
- Download URL: mykmeansproject-0.2.tar.gz
- Upload date:
- Size: 123.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33749147318349bb7e724eedb82b6e602128d4553ee4c9a39e56d2fde9787e59
|
|
| MD5 |
3755515bd995ff9f9fea97171f515d4d
|
|
| BLAKE2b-256 |
8dcd3667b245c1109d306efa5163fbc3cbb084acc9b2447032c5da0f27f75823
|
File details
Details for the file mykmeansproject-0.2-py3-none-any.whl.
File metadata
- Download URL: mykmeansproject-0.2-py3-none-any.whl
- Upload date:
- Size: 124.2 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 |
50d6ea069063c5344f3019c689c0c9dd780530a5c1e12b4e561f7459855b09a2
|
|
| MD5 |
be25e38694fda0cef590402f801f19d8
|
|
| BLAKE2b-256 |
07898f5f18a18b0072443a83be281e06f63ac0c11d17bcc655d48855a1721e63
|