Uses of Interface
org.ddogleg.nn.alg.KdTreeSearchN
Packages that use KdTreeSearchN
-
Uses of KdTreeSearchN in org.ddogleg.nn.alg
Methods in org.ddogleg.nn.alg that return KdTreeSearchNModifier and TypeMethodDescriptionKdTreeSearchN.copy()
Creates a copy of this search with the same configuration. -
Uses of KdTreeSearchN in org.ddogleg.nn.alg.searches
Classes in org.ddogleg.nn.alg.searches that implement KdTreeSearchNModifier and TypeClassDescriptionclass
Implementation ofKdTreeSearchBestBinFirst
which searches for the N nearest-neighbors.class
Standard algorithm for searching aKdTree
for the nearest-neighbor of a search.Methods in org.ddogleg.nn.alg.searches that return KdTreeSearchN -
Uses of KdTreeSearchN in org.ddogleg.nn.wrap
Constructors in org.ddogleg.nn.wrap with parameters of type KdTreeSearchNModifierConstructorDescriptionKdTreeNearestNeighbor
(KdTreeSearch1<P> search1, KdTreeSearchN<P> searchN, AxisSplitter<P> splitter)