Octree/Quadtree/N-dimensional linear tree
-
Updated
Aug 3, 2024 - C++
Octree/Quadtree/N-dimensional linear tree
C++ implementation for machine learning algorithm K-NN
Implementation of the The k-nearest neighbors (KNN) algorithm. A machine learning algorithm that can be used to solve both classification and regression problems.
The PoseTree container is a data structure designed to efficiently perform K-NNS of poses. Especially poses where the orientation is given by Euler angles. Heavily based on the work of [@attcs] and their Octree library.
Add a description, image, and links to the knearest-neighbors topic page so that developers can more easily learn about it.
To associate your repository with the knearest-neighbors topic, visit your repo's landing page and select "manage topics."