marcoscastro / kmeans
Implementation of the K-Means clustering algorithm.
☆106Updated 9 years ago
Alternatives and similar repositories for kmeans
Users that are interested in kmeans are comparing it to the libraries listed below
Sorting:
- KDTree library☆111Updated 14 years ago
- Library for performing spectral clustering in C++☆78Updated last year
- Fast, vectorized C++ implementation of K-Means using the Eigen matrix template library. Includes Matlab and Python interfaces.☆57Updated 8 years ago
- KMeans clustering in Eigen.☆26Updated 9 years ago
- Machine learning. Clustering by fast search and find of density peaks.☆33Updated 8 years ago
- C++ framework that implements machinelearning algorithms (clustering, dimension reducing, genetic algorithms)☆29Updated 10 years ago
- K-d tree implementation in C++☆59Updated 12 years ago
- HMM based on KMeans and GMM☆201Updated 9 years ago
- A class for performing principal component analysis using Eigen library☆30Updated 8 years ago
- A generic C++11 k-means clustering implementation☆213Updated 3 weeks ago
- c++ implementation of clustering by DBSCAN☆100Updated 5 years ago
- Eigen's usage☆27Updated 2 years ago
- PCA implementation in c++☆36Updated 13 years ago
- Kalman is a cross-platform library implementing an Extended Kalman Filter in C++☆24Updated 6 years ago
- OpenMP tutorial☆38Updated 2 weeks ago
- ☆35Updated 9 years ago
- C++ implementation of K-nearest neighbours☆17Updated 9 years ago
- A simple library for producing multidimensional polynomial fits for C++☆37Updated 7 years ago
- An Image Alignment Algorithms Demo☆9Updated 6 years ago
- Particle Swarm Optimization (PSO) in C☆120Updated 4 years ago
- Small and easy C++ AdaBoost Implementation☆70Updated 14 years ago
- CUDA C implementation of Principal Component Analysis (PCA) through Singular Value Decomposition (SVD) using a highly parallelisable vers…☆27Updated 6 years ago
- A well-documented C++ implementation of the cover tree datastructure for quick k-nearest-neighbor search. Allows single-point insertion a…☆62Updated 7 years ago
- Genetic Algorithm in C++ with template metaprogramming and abstraction for constrained optimization☆220Updated 5 years ago
- knn Cuda implementation☆15Updated 3 years ago
- Numerical optimization in C++☆40Updated 11 years ago
- Just a small svm example to use the libSVM from c++ code☆25Updated 11 years ago
- C Implementations of Particle Filter☆16Updated 10 years ago
- Implementation of Dijkstra's algorithm in C++ which finds the shortest path from a start node to every other node in a weighted graph.☆39Updated 9 months ago
- A simple implementation of CG Algorithm, Homework of Numerical Algebra☆10Updated 10 years ago