Module nearest_neighbor

Source
Expand description

Nearest neighbor search implementations

Structsยง

BruteForceSearch
Simple brute force nearest neighbor search for small datasets
KdTree
Efficient KD-Tree implementation for nearest neighbor search