stevemacn/kmeans
k-means library for Javascript
This is a JavaScript library for grouping similar data points together. You provide a collection of data points, and it helps you organize them into a specified number of clusters. This is useful for JavaScript developers who need to implement data clustering functionalities within their web or Node.js applications.
No commits in the last 6 months.
Use this if you are a JavaScript developer building an application that needs to automatically group similar items or data points into distinct categories.
Not ideal if you are not a JavaScript developer or need a clustering solution for other programming languages or pre-built, user-facing applications.
Stars
13
Forks
2
Language
JavaScript
License
—
Category
Last pushed
Feb 27, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/stevemacn/kmeans"
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.