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

ENH: K-d tree based adjudicator for redundant points in discretized space. #18

Open
maffettone opened this issue Mar 17, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@maffettone
Copy link
Contributor

Expected Behavior

It is commonly needed to split space up by the resolution of the measurement/device. Binning is not a completely effective way to do this, as two neighboring points can be in different bins.

Current Behavior

Current redundant adjudicators are built off hashing approaches that will consider similar, but not identical, points in a space unique.

Possible Solution

Use https://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.KDTree.html instead of hashing.

@maffettone maffettone added the enhancement New feature or request label Mar 17, 2023
@maffettone maffettone mentioned this issue Mar 19, 2023
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant