marcoscastro / kmeansLinks
Implementation of the K-Means clustering algorithm.
☆109Updated 10 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☆112Updated 15 years ago
- HMM based on KMeans and GMM☆206Updated 10 years ago
- Absolute balanced kdtree for fast kNN search.☆180Updated last month
- A simple C library for working with KD-Trees☆409Updated 4 years ago
- Particle Swarm Optimization (PSO) in C☆131Updated 5 years ago
- Library for performing spectral clustering in C++☆79Updated 2 years ago
- A C++ Library of Genetic Algorithm Components☆70Updated 7 years ago
- Design patterns for C++ example.☆152Updated 5 years ago
- C++ framework that implements machinelearning algorithms (clustering, dimension reducing, genetic algorithms)☆29Updated 10 years ago
- Kuhn-Munkres (Hungarian) Algorithm in C++☆217Updated 3 years ago
- KMeans clustering in Eigen.☆26Updated 9 years ago
- A generic C++11 k-means clustering implementation☆215Updated 7 months ago
- c++ implementation of clustering by DBSCAN☆103Updated 6 years ago
- ☆35Updated 10 years ago
- Eigen's usage☆27Updated 2 years ago
- ezSIFT: An easy-to-use standalone SIFT library written in C/C++☆96Updated 7 years ago
- C++ implementation of KDTree & kNN classification on MNIST☆38Updated 7 years ago
- LIBSVM -- A Library for Support Vector Machines (unofficial snapshot dist mirror)☆129Updated 14 years ago
- Graphs and Graph Algorithms in C++, including Minimum Cost (Lifted) Multicuts☆239Updated 2 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.☆40Updated last year
- An implementation of k-d tree☆188Updated last year
- RANSAC Template Library☆91Updated 8 years ago
- An interactive program for creating polygons and determining if a given point is inside or outside the polygons☆29Updated 8 years ago
- C++ Implementation of the SIFT algorithm☆36Updated 8 years ago
- 《CMake实践》这本书的练习☆30Updated 7 years ago
- Fitting cubic spline curve to 2d points☆148Updated 4 years ago
- CVT, a Computer Vision Toolkit.☆167Updated 3 years ago
- CV DL☆56Updated 7 years ago
- Neural network base on c++14, support any number of layers 基于C++14元编程的深度学习神经网络模板类,支持任意层数☆104Updated 4 years ago
- 你还在学CMake的过程中毫无头绪吗?你还在为复杂程序库依赖发愁吗?你是否觉得原生CMake的编写冗余而低效?那就快来学习和使用PICMake吧!只需要一行,无论是可执行,动态库还是静态库,轻松搞定!同时高效支持多目标,复杂库的编译安装,从此告别大量冗余CMake代码,专注…☆84Updated 5 years ago