Uses of Interface
org.ddogleg.nn.alg.KdTreeSearch1
-
Uses of KdTreeSearch1 in org.ddogleg.nn.alg
Modifier and TypeMethodDescriptionKdTreeSearch1.copy()
Creates a copy of this search with the same configuration. -
Uses of KdTreeSearch1 in org.ddogleg.nn.alg.searches
Modifier and TypeClassDescriptionclass
Implementation ofKdTreeSearchBestBinFirst
which searches for the single best nearest-neighbor.class
Standard algorithm for searching aKdTree
for the nearest-neighbor of a search. -
Uses of KdTreeSearch1 in org.ddogleg.nn.wrap
ModifierConstructorDescriptionKdTreeNearestNeighbor
(KdTreeSearch1<P> search1, KdTreeSearchN<P> searchN, AxisSplitter<P> splitter)