Skip to content
New issue

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

Vantage Tree #300

Merged
merged 6 commits into from
Sep 20, 2023
Merged

Vantage Tree #300

merged 6 commits into from
Sep 20, 2023

Conversation

andrewdalpino
Copy link
Member

This PR adds a Binary Spatial tree Vantage Tree that can be used by any of the distance-based Learners that use Spatial trees to accelerate nearest neighbor and range searches under the hood.

From my experiments, Vantage Trees perform worse than Ball and KD Trees in terms of average runtime, however, there may be some merit in certain applications.

@andrewdalpino andrewdalpino requested a review from a team June 4, 2023 22:05
@andrewdalpino andrewdalpino merged commit 92bbebe into 2.5 Sep 20, 2023
1 of 25 checks passed
@andrewdalpino andrewdalpino deleted the vantage-tree branch September 20, 2023 04:55
@github-actions github-actions bot locked and limited conversation to collaborators Sep 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant