Uses of Interface
org.ddogleg.nn.NearestNeighbor
Packages that use NearestNeighbor
-
Uses of NearestNeighbor in org.ddogleg.nn
Methods in org.ddogleg.nn that return NearestNeighborModifier and TypeMethodDescriptionstatic <P> NearestNeighbor<P>FactoryNearestNeighbor.exhaustive(KdTreeDistance<P> distance) Performs an optimalNearestNeighborby exhaustively consider all possible solutions.static <P> NearestNeighbor<P>FactoryNearestNeighbor.generic(ConfigNearestNeighborSearch config, KdTreeDistance<P> distance) Factory for genericNearestNeighbor.static <P> NearestNeighbor<P>FactoryNearestNeighbor.kdRandomForest(KdTreeDistance<P> distance, int maxNodesSearched, int numTrees, int numConsiderSplit, long randomSeed) ApproximateNearestNeighborsearch which uses a set of randomly generated K-D trees and a Best-Bin-First search.static <P> NearestNeighbor<P>FactoryNearestNeighbor.kdtree(KdTreeDistance<P> distance) Performs an optimalNearestNeighborsearch using K-D tree.static <P> NearestNeighbor<P>FactoryNearestNeighbor.kdtree(KdTreeDistance<P> distance, int maxNodesSearched) Performs an approximateNearestNeighborsearch using K-D tree.static NearestNeighbor<double[]>FactoryNearestNeighbor.vptree(long randSeed) Vantage pointtree implementation for nearest neighbor search. -
Uses of NearestNeighbor in org.ddogleg.nn.alg
Classes in org.ddogleg.nn.alg that implement NearestNeighborModifier and TypeClassDescriptionclassVantage point tree implementation for nearest neighbor search. -
Uses of NearestNeighbor in org.ddogleg.nn.wrap
Classes in org.ddogleg.nn.wrap that implement NearestNeighborModifier and TypeClassDescriptionclassK-D tree search which searches through multiple trees.classWrapper aroundKdTreeforNearestNeighborclassWrapper aroundExhaustiveNeighborforNearestNeighbor