kd-trees
There are 18 repositories under kd-trees topic.
jlblancoc/nanoflann
nanoflann: a C++11 header-only library for Nearest Neighbor (NN) search with KD-trees
begeekmyfriend/kdtree
Absolute balanced kdtree for fast kNN search.
chhavisharma/Project4-CUDA-ICP
CUDA based Iterative Closest Point Algorithm Implementation
agrawal-priyank/machine-learning-clustering-retrieval
Built text and image clustering models using unsupervised machine learning algorithms such as nearest neighbors, k means, LDA , and used techniques such as expectation maximization, locality sensitive hashing, and gibbs sampling in Python
CHoudrouge4/SNNAHDD
Scalable Nearest Neighbor Algorithms for High Dimensional Data
nicoRomeroCuruchet/DynamicProgramming
Policy Iteration for Continuous Dynamics
matakshay/NN-Classifier-using-VPTree
An efficient Nearest Neighbor Classifier for the MINST dataset. It uses a VP Tree data structure for preprocessing, thus improving query time complexity
kokostek/kdtree
Header-only C++ K-d tree library
f1r3starter/kdtree
🌳PHP K-D Tree implementation
AleNarder/kd-tree
Simple kd-Tree interface implemented in C++
Ammaar-Alam/cos-226
Containing all the coding projects and assignments I've completed in COS 226 @ Princeton (Data Structures & Algorithms)
ArnauCS03/Algorismia-FIB
Projecte de l'assignatura d'algorismia de la FIB, Q1 2023-2024
joaquimgomez/FIB-LP-kd2nTreeHaskell
Implementation of Kd 2^n-Tree Structure for the Programming Languages subject.
QQQQQby/Princeton-Algorithm-Assignments
Answers to assignments for Princeton University Algorithm Course
stotko/nanoflann
nanoflann: a C++11 header-only library for Nearest Neighbor (NN) search wih KD-trees
telcy/kd-tree-rgb
KD-tree with RGB colors
guillaumelauzier/kd-trees
This implementation creates a KDTree object using a vector of Point3D objects, and then searches for the nearest neighbor to a query point using the nearestNeighbor function. The nearestNeighbor function uses a recursive search algorithm to traverse the kd-tree and find the closest point to the query point.
YaroslavKSE/Task_6
Kd-Tree