-
- CUDA nearest neighbor (https://github.com/danielsuo/flann)
-
Currently most of our the nearest neighbors methods support "int64_t" type for the nearest neighbor indices. The only exception is CAGRA, that returns `uint32_t` indices. For consistency, it would be …
-
Issue tracking the implementation progress of Nearest Neighbors for linfa.
**TODO:**
- [x] Make `kneighbor` implementation more flexible to the specific algorithm chosen (brute force, ball tree, k…
-
Hi,
I wonder if there is any interface between torch and fast NN search libraries such as flann?
cheers
-
> For example, I once needed code to do fast calculation of nearest-neighbors of a given data point
First google hit for "nearest neighbor" is scikit-learns k nearest neighbor classifier, which lin…
-
While I do think the implementation of a light bilinear filter for giving the illusion of more even scaling at lower resolutions is tasteful, I think having the ability to manually disable this smooth…
-
Hi there,
I was wondering whether there is a reason that DBSTREAM does not use k-d tree for [nearest neighbor search](https://github.com/online-ml/river/blob/7cd76f7a22e5a949347d6dd65efa35dd908bf12…
-
**Is your feature request related to a problem? Please describe.**
The idea is to add scripts related to Machine Learning and Artificial Intelligence algorithms, like K-Nearest Neighbors, so it can h…
-
I want to return the nearest neighbor to my data point. However, it is returning the wrong one. I tried returning multiple nearest neighbors and there also seem to be some inconsistencies with the ret…
-
I would love to have workflow that use hierarchical nearest neighbor with Science Concierge also.