pynanoflann icon indicating copy to clipboard operation
pynanoflann copied to clipboard

What does the radius parameter do?

Open aluo-x opened this issue 3 years ago • 7 comments

First thanks for this great tool. I'm a little confused by the radius parameter: nn = pynanoflann.KDTree(n_neighbors=5, metric='L1', radius=100)

It seems like I can set this to a tiny value and still get correct results when I query.

aluo-x avatar Mar 23 '21 04:03 aluo-x