norlab-ulaval / libnabo

A fast K Nearest Neighbor library for low-dimensional spaces

Home Page:http://norlab-ulaval.github.io/libnabo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Working on Higher dimensions?

Gian-Alessio opened this issue · comments

Hey,

the software I am using has libnado in the backend for nn. It uses the createKDTreeLinearHeap. Unfortunatly the search becomes very slow with higher dimensions. I know that libnado is not made for higher dims but is there a way to tune it a little bit? Like another type of tree?