Uses of Interface
org.ddogleg.nn.alg.KdTreeSearch1
Packages that use KdTreeSearch1
-
Uses of KdTreeSearch1 in org.ddogleg.nn.alg
Methods in org.ddogleg.nn.alg that return KdTreeSearch1Modifier and TypeMethodDescriptionKdTreeSearch1.copy()
Creates a copy of this search with the same configuration. -
Uses of KdTreeSearch1 in org.ddogleg.nn.alg.searches
Classes in org.ddogleg.nn.alg.searches that implement KdTreeSearch1Modifier 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.Methods in org.ddogleg.nn.alg.searches that return KdTreeSearch1 -
Uses of KdTreeSearch1 in org.ddogleg.nn.wrap
Constructors in org.ddogleg.nn.wrap with parameters of type KdTreeSearch1ModifierConstructorDescriptionKdTreeNearestNeighbor
(KdTreeSearch1<P> search1, KdTreeSearchN<P> searchN, AxisSplitter<P> splitter)