kate-mcardle / tree-based-parallel-kNNLinks
Term project completed for Scalable Machine Learning course; implemented k-d trees and ball trees to improve performance of parallel kNN graph construction on large datasets. Implementations in C++, parallelized with OpenMP and Galois.
☆11Updated 3 years ago
Alternatives and similar repositories for tree-based-parallel-kNN
Users that are interested in tree-based-parallel-kNN are comparing it to the libraries listed below
Sorting:
- Library for performing spectral clustering in C++☆80Updated 2 years ago
- Further development has been moved to a new repository https://github.com/wangyiqiu/dbscan-python☆18Updated 2 years ago
- Parallel, batch-dynamic kdtree☆13Updated 3 years ago
- Highly parallel DBSCAN (HPDBSCAN)☆44Updated last year
- Parallel Maximum Clique Library☆119Updated 2 years ago
- Fast and Efficient Implementation of HDBSCAN in C++ using STL☆73Updated 6 years ago
- CUDA implementation of data clustering using expectation maximization with a Gaussian mixture model. Supports multiple GPUs on a single n…☆27Updated 13 years ago
- A Collection of Parallel Algorithms for Computational Geometry☆12Updated 3 years ago
- Parallel k-d tree with C++17, MPI and OpenMP☆37Updated 3 years ago
- A class for performing principal component analysis using Eigen library☆30Updated 8 years ago
- Implements the Agglomerative Hierarchical Clustering algorithm.☆68Updated 6 years ago
- CUDA implementation of k-means☆23Updated 12 years ago
- A one header only DBSCAN (N-dimensions support) implementation☆123Updated 3 years ago
- GPU-based large scale Approx. Nearest Neighbor Search, accepted at CVPR 2016☆92Updated 7 years ago
- Quickly compute all maximal cliques of a graph☆80Updated 7 years ago
- A Fast Parallel Algorithm for HDBSCAN* Clustering☆63Updated 3 years ago
- C++ program to compute the maximum weighted bipartite matching of a graph☆38Updated 3 years ago
- A grid implementation of clustering algorithm DBSCAN.☆21Updated 10 years ago
- ☆20Updated 7 years ago
- generic DBSCAN on CPU & GPU☆37Updated 3 years ago
- PQ Fast Scan☆70Updated 6 years ago
- An implementation of k-d tree☆187Updated last year
- State-of-the-art method for large-scale ANN search as of Oct 2016. Presented at ECCV 16.☆74Updated 7 years ago
- A c++ library which aims at massive point cloud data processing, involves smart pointer and smart array, mathematical structures and oper…☆18Updated 4 years ago
- Save cv::Mat, cv::Point, cv::Size, cv::KeyPoint, and std::vector<cv::KeyPoint> as binary file.☆16Updated 8 years ago
- c++ implementation of clustering by DBSCAN☆103Updated 6 years ago
- KMeans clustering in Eigen.☆26Updated 9 years ago
- A tiny least squares solver targeting extreme performance on repeated minimizations☆44Updated 10 years ago
- Fast C++ implementation of an O(NM) algorithm for the assignment problem.☆54Updated 4 years ago
- Machine learning. Clustering by fast search and find of density peaks.☆33Updated 8 years ago