-
Hi
I had been making some experiments with your library for the last couple of months. I was able to include your library in my project as an external element in my Cmakelist. I'm relative new to a…
-
-
Hi Dougal,
Thanks for doing this. I'm pretty new to Cython and my C/C++ is from 20 years ago. I'd ideally like to wrap the FLANN C++ code in Cython and then compile it all to a single .so / .pyd fi…
-
I have an initial data loaded into the hash table with ```.setup()``` call. How can I insert more elements
into the hash table?
-
I found a error : 1>"c:\codes\falconn-master\src\include\falconn\core\prefetchers.h(36): error C3861: “__builtin_prefetch”: 找不到标识符 "when I use vs2017 .How can I use it on Vs?
-
I've been running some benchmarks of approximate nearest neighbor packages and LSHForest seems to perform very bad. See https://github.com/erikbern/ann-benchmarks
Compared to raw bruteforce it's not …
-
It shows:"C3861 '__builtin_prefetch': identifier not found FastLSH d:\setup\falconn-1.2.2\src\include\falconn\core\prefetchers.h 57"
Anyone can help?
-
Hi,
I know the definition of find_near_neighbors are as follows:
```
def find_near_neighbors(self, query, threshold)
Find all the points within threshold distance from query.
```
I would lik…
-
I use Anaconda2 64 bit on my Windows 7 system. After I typed "pip install FALCONN", it downloads the FALCONN package and attempt to install but I got the following errors:
KeyType = int; PointSet = …
-
Several references in validate.r seem to be not in line with the values returned by the other functions:
\- classes expected for `signature_matrix`
\- column names of `candidate_indices` data.table
K…