flann-lib / flann

Fast Library for Approximate Nearest Neighbors
http://people.cs.ubc.ca/~mariusm/flann
Other
2.22k stars 649 forks source link

What is the time complexity of add_points and remove_point? #412

Open CHoudrouge4 opened 5 years ago

CHoudrouge4 commented 5 years ago

Hello,

I would like to know what is the time complexity of adding and removing points.

Thank you.