forked from abstractqqq/polars_ds_extension
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemented Ball Tree using Haversine distance as mentioned in abstra…
…ctqqq#237 Thie implmentation does not utilize the SpatialQueries Trait. But can be modified after somce discussion on how to handle the differeing parameters This does implement all the function utilized in the query_knn.py There is demo code at the botton of basics.ipynb There are also some Rust tests to test the functioning of the ball tree. This ball tree was influenced by [this repo](https://github.com/grantslatton/ball-tree).
- Loading branch information
Anant
committed
Sep 21, 2024
1 parent
a5db600
commit 686ee21
Showing
8 changed files
with
2,551 additions
and
248 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.