We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does the library use forced reinsertion for R*-tree data structure in the construction process? If so what are the parameters?
The text was updated successfully, but these errors were encountered:
Good question. No, I don't think we do use forced reinsertion. Not a deliberate move, I think it was overlooked. Would be a useful enhancement.
Sorry, something went wrong.
I think it would enhance the performance of R*-tree as forced reinsertion revisits the tree branches for an optimum structure.
No branches or pull requests
Does the library use forced reinsertion for R*-tree data structure in the construction process? If so what are the parameters?
The text was updated successfully, but these errors were encountered: