k-means

Clustering algorithm

A Smalltalk implementation of the K-means clustering algorithm

K-means clustering in Pharo

GitHub

3 stars
4 watching
1 forks
Language: Smalltalk
last commit: 11 months ago
Linked from 1 awesome list

clusteringkmeanskmeans-clusteringpharo

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
iralabdisco/pso-clustering An algorithm for unsupervised machine learning tasks involving grouping similar data points into clusters. 68
kalvar/ios-krkmeans-algorithm K-Means clustering algorithm implementation with multi-dimensional support and customizable features 23
pharo-ai/naive-bayes-classifier A simple implementation of a multinomial Naive Bayes classifier for natural language processing and machine learning tasks 1
mljs/kmeans An implementation of K-means clustering algorithm in TypeScript. 87
emilbayes/kmeans.js An implementation of the k-means clustering algorithm in JavaScript 44
xuyxu/clustering This repository provides implementations of various clustering and subspace clustering algorithms in MATLAB, including K-means, ISODATA, Mean Shift, DBSCAN, Gaussian Mixture Model, LVQ, Subspace Clustering Algorithms like Subspace K-means and Entropy-Weighting Subspace K-means. 224
pharo-ai/datasets A Smalltalk library for loading and managing datasets as data frames. 9
e-xpertsolutions/go-cluster Implementation of k-modes and k-prototypes clustering algorithms in Go. 43
pharo-ai/a-priori An implementation of the A-Priori algorithm in Pharo to discover frequent itemsets and generate association rules from transaction data. 2
stephenbeckr/sparsifiedkmeans An implementation of k-means clustering algorithm optimized for big data by pre-conditioning and sparsifying the data 56
pharo-contributions/ossubprocess Forking Operating System Processes from within Pharo Language 34
thedatumorg/kshape-matlab A Matlab implementation of an efficient and accurate unsupervised method for clustering time-series data 53
alexgkendall/optics_clustering A MATLAB implementation of an unsupervised clustering algorithm that groups data points based on their density and reachability distances 58
pharo-ai/ngrammodel A tool for splitting text into sequences of words 4
gbuesing/kmeans-clusterer A Ruby implementation of k-means clustering algorithm with features like multiple runs and initial centroid selection. 96