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