ios-KRKmeans-Algorithm
Clustering library
K-Means clustering algorithm implementation with multi-dimensional support and customizable features
K-Means is clustering algorithm (クラスタリング分類) that one of Machine Learning methods.
23 stars
5 watching
3 forks
Language: Objective-C
last commit: over 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| An implementation of Fuzzy C-Means clustering algorithm with fuzzy theory on Machine Learning for data mining and image compression. | 12 |
| An implementation of the Hebbian learning method for unsupervised machine learning using neural networks. | 13 |
| An implementation of the k-means clustering algorithm in JavaScript | 45 |
| A Smalltalk implementation of the K-means clustering algorithm | 3 |
| An implementation of K-means clustering algorithm in TypeScript. | 87 |
| An implementation of k-means clustering algorithm optimized for big data by pre-conditioning and sparsifying the data | 57 |
| A Ruby implementation of k-means clustering algorithm with features like multiple runs and initial centroid selection. | 96 |
| Implementation of k-modes and k-prototypes clustering algorithms in Go. | 43 |
| 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. | 227 |
| A package to perform spatial fuzzy clustering algorithms and visualize results | 27 |
| An implementation of a clustering algorithm using Particle Swarm Optimization (PSO), specifically designed to group similar data points together. | 68 |
| A Matlab implementation of an efficient and accurate unsupervised method for clustering time-series data | 53 |
| A MATLAB implementation of an unsupervised clustering algorithm that groups data points based on their density and reachability distances | 58 |
| An implementation of a multi-layer perceptron neural network with backpropagation for machine learning tasks on iOS. | 24 |
| A neural network implementation for machine learning on iOS | 33 |