Class KdForestBbfNearestNeighbor<P>

java.lang.Object
org.ddogleg.nn.wrap.KdForestBbfNearestNeighbor<P>
All Implemented Interfaces:
NearestNeighbor<P>

public class KdForestBbfNearestNeighbor<P> extends Object implements NearestNeighbor<P>
K-D tree search which searches through multiple trees. The search is performed using a Best-Bin-First approach
  • Constructor Details

    • KdForestBbfNearestNeighbor

      public KdForestBbfNearestNeighbor(int numberOfTrees, int maxNodesSearched, KdTreeDistance<P> distance, AxisSplitter<P> splitter)
  • Method Details