Mr-SGXXX/Clustering
The collection and reproduction code of the clustering methods I have known
This is a collection of code implementations for various data clustering methods, ranging from classical techniques like K-Means to more recent deep learning-based approaches. It helps researchers and data scientists who need to explore and compare different algorithms for grouping similar data points without prior labels. You input your raw data, configure the clustering method, and the project outputs identified clusters and evaluation metrics.
No commits in the last 6 months.
Use this if you are a researcher or data scientist wanting to experiment with, compare, or reproduce results from a wide array of existing clustering algorithms on your datasets.
Not ideal if you are a practitioner looking for a polished, production-ready tool with guaranteed performance and stable API.
Stars
12
Forks
1
Language
Python
License
MIT
Category
Last pushed
Jun 25, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Mr-SGXXX/Clustering"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
scikit-learn-contrib/hdbscan
A high performance implementation of HDBSCAN clustering.
annoviko/pyclustering
pyclustering is a Python, C++ data mining library.
panagiotisanagnostou/HiPart
Hierarchical divisive clustering algorithm execution, visualization and Interactive visualization.
erdogant/clusteval
Clusteval provides methods for unsupervised cluster validation
mqcomplab/MDANCE
MDANCE: O(N) clustering for molecular dynamics. Process 1.5M frames in 40min. 8 specialized algorithms.