Uses of Class
org.ddogleg.nn.NnData
Packages that use NnData
-
Uses of NnData in org.ddogleg.nn
Methods in org.ddogleg.nn with parameters of type NnDataModifier and TypeMethodDescriptionbooleanNearestNeighbor.Search.findNearest(P point, double maxDistance, NnData<P> result) Searches for the nearest neighbor to the specified point.Method parameters in org.ddogleg.nn with type arguments of type NnDataModifier and TypeMethodDescriptionvoidNearestNeighbor.Search.findNearest(P point, double maxDistance, int numNeighbors, DogArray<NnData<P>> results) Searches for the N nearest neighbor to the specified point. -
Uses of NnData in org.ddogleg.nn.wrap
Methods in org.ddogleg.nn.wrap with parameters of type NnDataModifier and TypeMethodDescriptionbooleanKdTreeInternalSearch.findNearest(P point, double maxDistance, NnData<P> result) Method parameters in org.ddogleg.nn.wrap with type arguments of type NnDataModifier and TypeMethodDescriptionvoidKdTreeInternalSearch.findNearest(P point, double maxDistance, int numNeighbors, DogArray<NnData<P>> results)