Documentation of 'org.ddogleg.nn.alg.KdTreeSearchNBbf' Java class
KdTreeSearchNBbf
org.ddogleg.nn.alg

Class KdTreeSearchNBbf

    • Constructor Detail

      • KdTreeSearchNBbf

        public KdTreeSearchNBbf(int maxNodesSearched)
        Configures the search
        Parameters:
        maxNodesSearched - Maximum number of nodes it will search. Used to limit CPU time.
    • Method Detail

      • findNeighbor

        public void findNeighbor(double[] target,
                                 int searchN,
                                 FastQueue<KdTreeResult> results)
        Description copied from interface: KdTreeSearchN
        Searches for the N nearest-neighbors to the target. The results are added to the 'results' list.
        Specified by:
        findNeighbor in interface KdTreeSearchN
        Parameters:
        target - Point whose nearest neighbor is being searched for
        searchN - Number of closest points it will find. Must be >= 1
        results - Storage for the found neighbors.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.