Create a abstract class NearestNeighbor for KDTree
- two implementations: nearestNeighbor::KDTree and nearestNeighbor::Basic. - update test accordingly. - use nearestNeighbor::Basic by default since nearestNeighbor::KDtree fails with benchmark 2014/09/27/pr2_in_iai_kitchen.
Please register or sign in to comment