Nearest neighbor search algorithms.
This module provides efficient data structures and algorithms for k-nearest neighbor and radius-based neighbor search.
Algorithms
-
BruteForceSearch: Simple brute force search.
-
KDTree: Space-partitioning tree for low-dimensional data.
-
BallTree: Hypersphere-partitioning tree for higher-dimensional data.