Package org.ddogleg.nn.alg.searches
package org.ddogleg.nn.alg.searches
-
ClassDescriptionImplementation of
KdTreeSearchBestBinFirst
which searches for the single best nearest-neighbor.Standard algorithm for searching aKdTree
for the nearest-neighbor of a search.Approximate search forK-D Trees
using the best-bin-first method [1] that supports multiple trees.Contains information on a nodeImplementation ofKdTreeSearchBestBinFirst
which searches for the N nearest-neighbors.Standard algorithm for searching aKdTree
for the nearest-neighbor of a search.