kMeans.js
Clustering algorithm
An implementation of the k-means clustering algorithm in JavaScript
Simple Javascript implementation of the k-means algorithm, for node.js and the browser
44 stars
3 watching
6 forks
Language: CoffeeScript
last commit: over 11 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
mljs/kmeans | An implementation of K-means clustering algorithm in TypeScript. | 87 |
emilbayes/clustering.js | Provides implementations of clustering algorithms in JavaScript | 30 |
kalvar/ios-krkmeans-algorithm | K-Means clustering algorithm implementation with multi-dimensional support and customizable features | 23 |
pharo-ai/k-means | A Smalltalk implementation of the K-means clustering algorithm | 3 |
gbuesing/kmeans-clusterer | A Ruby implementation of k-means clustering algorithm with features like multiple runs and initial centroid selection. | 96 |
nathanepstein/knear | A JavaScript implementation of the k-nearest neighbors algorithm for supervised machine learning | 48 |
stephenbeckr/sparsifiedkmeans | An implementation of k-means clustering algorithm optimized for big data by pre-conditioning and sparsifying the data | 56 |
kalvar/ios-krfuzzycmeans-algorithm | An implementation of Fuzzy C-Means clustering algorithm with fuzzy theory on Machine Learning for data mining and image compression. | 12 |
jeremygelb/geocmeans | An R package implementing a spatial fuzzy clustering algorithm for analyzing data with a fuzzy dimension and accounting for spatial relationships. | 27 |
e-xpertsolutions/go-cluster | Implementation of k-modes and k-prototypes clustering algorithms in Go. | 43 |
linclark/algorithms-101 | An educational resource for learning fundamental algorithms in JavaScript | 79 |
reddavis/knn | An implementation of the K Nearest Neighbour algorithm in Ruby, allowing users to query a dataset and retrieve the k most similar data points based on various distance measurements. | 37 |
ignacio-chiazzo/algorithms-leetcode-javascript | A collection of solutions to algorithmic problems using JavaScript. | 616 |
alexgkendall/optics_clustering | A MATLAB implementation of an unsupervised clustering algorithm that groups data points based on their density and reachability distances | 58 |
ismnoiet/jsjargon | An extension that provides definitions and examples of modern JavaScript buzzwords | 9 |