Pure Python Maximin clustering algorithm with scikit-learn-compatible API.
Project description
Maximin Clustering for Python
A pure Python implementation of the Maximin clustering algorithm, fully compatible with scikit-learn's API.
Installation
pip install maximin-clustering
Usage
from maximin_clustering import Maximin
mm = Maximin(fraction=0.5)
labels = mm.fit_predict(X)
print(mm.cluster_centers_)
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
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 maximin_clustering-0.1.0.tar.gz.
File metadata
- Download URL: maximin_clustering-0.1.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c845c9f5ea68c6d10773aab330b049310ef1dd904852ca9fdbc3892aef5e85e
|
|
| MD5 |
b7b1ad99463c5ea0197f040d0c10190c
|
|
| BLAKE2b-256 |
b9aa0b03ebae8ce52e301b76d95a69aa622ec9b6a1265090668a11200e412135
|
File details
Details for the file maximin_clustering-0.1.0-py3-none-any.whl.
File metadata
- Download URL: maximin_clustering-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f9ed7519a7b9938450373261d3e109693289610f611d8d6b99da73c2355171f7
|
|
| MD5 |
1c67fd52f9cb362534e323e15f5cba2f
|
|
| BLAKE2b-256 |
e9b3482152766a94f236f9a456bfa5fd6cc112f5cc3826228f74ab8f7c07d45d
|