Package org.ddogleg.nn.alg.searches
package org.ddogleg.nn.alg.searches
-
ClassesClassDescriptionImplementation of
KdTreeSearchBestBinFirstwhich searches for the single best nearest-neighbor.Standard algorithm for searching aKdTreefor the nearest-neighbor of a search.Approximate search forK-D Treesusing the best-bin-first method [1] that supports multiple trees.Contains information on a nodeImplementation ofKdTreeSearchBestBinFirstwhich searches for the N nearest-neighbors.Standard algorithm for searching aKdTreefor the nearest-neighbor of a search.