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