-
Notifications
You must be signed in to change notification settings - Fork 16
Update kdtree kr with dist (and refactor) #303
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
base: main
Are you sure you want to change the base?
Update kdtree kr with dist (and refactor) #303
Conversation
the 2nd commit also corrects the error for non-triggered kr output post negative triggered output |
It's not calling into already generic code, so there would be some extra work in updating other functions too. Given the amount of other apparatus querying
There's no particular reason to suppose it should work like the query for |
thanks for this, pushed the change. Now, I have avoided the TODO at line 108, mostly because I didn't know how to overload a single function with a fork in the end... or maybe I have a private (computeKnearest that is called with a bool argument on output one or the other?) |
Using the latest refactor in DS.kr, enacted the following changes:
still 2 questions pending:
any pointer (pun intended) welcome