AugustoCL/ClusterAnalysis.jl
Cluster Algorithms from Scratch with Julia Lang. (K-Means and DBSCAN)
This tool helps data analysts and researchers automatically group similar data points together. You provide your raw numerical data, and it outputs organized groups (clusters) that reveal hidden patterns or segments. It's ideal for anyone who needs to identify distinct categories within their datasets without prior knowledge of those categories.
No commits in the last 6 months.
Use this if you need to find natural groupings within your data for tasks like customer segmentation, anomaly detection, or biological classification, and you are comfortable working in the Julia programming language.
Not ideal if you prefer a graphical interface or if your primary need is for hierarchical clustering, which is not yet fully supported.
Stars
24
Forks
4
Language
Julia
License
MIT
Category
Last pushed
Nov 07, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/AugustoCL/ClusterAnalysis.jl"
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.