Uses of Class
org.ddogleg.nn.alg.KdTreeResult
Packages that use KdTreeResult
-
Uses of KdTreeResult in org.ddogleg.nn.alg
Method parameters in org.ddogleg.nn.alg with type arguments of type KdTreeResultModifier and TypeMethodDescriptionvoid
KdTreeSearchN.findNeighbor
(P target, int searchN, DogArray<KdTreeResult> results) Searches for the N nearest-neighbors to the target. -
Uses of KdTreeResult in org.ddogleg.nn.alg.searches
Method parameters in org.ddogleg.nn.alg.searches with type arguments of type KdTreeResultModifier and TypeMethodDescriptionvoid
KdTreeSearchNBbf.findNeighbor
(P target, int searchN, DogArray<KdTreeResult> results) void
KdTreeSearchNStandard.findNeighbor
(P target, int searchN, DogArray<KdTreeResult> results) Finds the nodes which are closest to 'target' and within range of the maximum distance.