-
Is there a way to perform approximate near neighbors search within a given radius as opposed to the fixed k? Like radiusSearch in FLANN?
-
We should be able to specify the seed for all random generators in initLibrary. Would allow a nearly fully reproducible results if an index is built in a *single*-thread model. We don't aim to reprodu…
-
Probably a basic question, but I am new to installing these sorts of programs into R.
I followed the commands to install NMSLIB and the largeVis folders. Does it matter where on my computer I insta…
-
I cannot find the description of the python parameters. In the API Reference there are only default values. Especially, I want to know the other space names in init() except 'cosinesimil', as well as…
-
I've been running the [movielen](https://github.com/benfred/implicit/blob/master/examples/movielens.py) example, trying to use `approximate_als.NMSLibAlternatingLeastSquares` instead os the `Alternati…
-
Hi,
I am trying to use this library to perform KNN on approximately 13 million SIFT vectors, with the expectation that more will be required in the future.
I've been getting segmentation faults …
-
Hello,
I am facing an error in this step:
> [ 75%] Linking CXX executable ../release/experiment
All of errors liked that:
> undefined reference to `boost::program_options:
I install latest libra…
-
Excuse me. In my work, I have two sets of data with one set is small while the other is large, and all datas are in the form , where x \in R and y in R.
I need to retrieve each data in the small dat…
-
Hi,
I went through the installation process (on a Mac) successfully until I got an error at the very end:
install_github("hms-dbmi/pagoda2") gives the following error:
In file included from …
-
Hi! I ran into an unexpected issue when trying out the `bit_hamming` space (and `INT` distance type): a `Storing non-optimized index is not supported yet` exception when trying to save the index.
Du…