dhconnelly / rtreego

an R-Tree library for Go

Home Page:http://dhconnelly.github.com/rtreego

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Picking numbers for Min/MaxChildren

hcliff opened this issue · comments

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!

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!