6 ms·
thanks - I really wanted a library like this on the JVM `kdTree.findNearestNeighbor(point, 2);` does this return 1. A list of ALL points that match the distan
by asadawadia 4y ago
thanks - I really wanted a library like this on the JVM
`kdTree.findNearestNeighbor(point, 2);` does this return
1. A list of ALL points that match the distance predicate?
2. Are they sorted by distance to the target?
3. Is it possible to cap to only the closest N points?
- thegeekyasian 4y agoI am working on the similar feature Asad You can connect with me on the discord server for geo-assist https://discord.gg/8Xe2Ds4BWj https://discord.gg/8Xe2Ds4BWj I would like to have your input and have the better understanding of what you are looking for as well.