You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm dealing with a set of documents that ranges from 10 points to 100,000 points. Each document has its own rtree and I'd be interested in "intelligently" picking the min/max children for each tree I generate.
Could you offer some advice about how I should go about picking appropriate min/max children?
thanks!
The text was updated successfully, but these errors were encountered:
Hey, sorry for the slow response here. Unfortunately I've not done anything but trivial maintenance and accepted pull requests for this project in a few years, so I'm no longer totally up on the details of the algorithm. If you figure something out that generalizes, though, I'd be happy to accept a pull request :) Good luck!
Firstly, thanks for the library, really helpful.
I'm dealing with a set of documents that ranges from 10 points to 100,000 points. Each document has its own rtree and I'd be interested in "intelligently" picking the min/max children for each tree I generate.
Could you offer some advice about how I should go about picking appropriate min/max children?
thanks!
The text was updated successfully, but these errors were encountered: