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 2 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:
- generic DBSCAN on CPU & GPU☆33Updated 2 years ago
- A Fast Parallel Algorithm for HDBSCAN* Clustering☆58Updated 2 years ago
- Fast and Efficient Implementation of HDBSCAN in C++ using STL☆64Updated 5 years ago
- knn Cuda implementation☆16Updated 3 years ago
- Further development has been moved to a new repository https://github.com/wangyiqiu/dbscan-python☆18Updated 2 years ago
- Efficient graph clustering software for normalized cut and ratio association on undirected graphs. Copyright(c) 2008 Brian Kulis, Yuqiang…☆22Updated 12 years ago
- A Collection of Parallel Algorithms for Computational Geometry☆12Updated 3 years ago
- Library for performing spectral clustering in C++☆78Updated last year
- Parallel Maximum Clique Library☆116Updated last year
- Parallel, batch-dynamic kdtree☆13Updated 3 years ago
- C++ library for solving graph matching problems using Factorized Graph Matching☆15Updated 9 years ago
- Naive Hilbert R-Tree implementation☆29Updated 10 years ago
- Minimal library for Exact KdTree Search☆20Updated 6 years ago
- SuiteSparse: a suite of sparse matrix packages by @DrTimothyAldenDavis et al. with native CMake support☆53Updated 10 months ago
- A C++ based library for curb detection☆24Updated 12 years ago
- Highly parallel DBSCAN (HPDBSCAN)☆44Updated 8 months ago
- ☆15Updated 5 years ago
- ☆47Updated 2 years ago
- CUDA-DClust+: Fast DBSCAN algorithm implemented on CUDA. Based on the research paper.☆13Updated 3 weeks ago
- Quickly compute all maximal cliques of a graph☆78Updated 6 years ago
- High-Performance Computing: CPU Instructions, GPU OpenCL & CUDA, etc.☆14Updated last year
- Code to speed up k-means clustering. Originally at BaylorCS/baylorml.☆57Updated last year
- Machine learning. Clustering by fast search and find of density peaks.☆33Updated 8 years ago
- Implements the Agglomerative Hierarchical Clustering algorithm.☆68Updated 5 years ago
- Sparse Surface Adjustment☆16Updated 11 years ago
- A one header only DBSCAN (N-dimensions support) implementation☆121Updated 3 years ago
- Fast C++ implementation of an O(NM) algorithm for the assignment problem.☆53Updated 4 years ago
- Probably the fastest C++ dbscan library.☆96Updated last year
- Point cloud segmentation using radially bounded nearest neighbor clustering☆22Updated 13 years ago
- TopK Algorithms Benchmark☆10Updated 5 years ago