[mlpack-git] [mlpack/mlpack] Implementation of Multiprobe LSH (#691)

Yannis Mentekidis notifications at github.com
Fri Jun 24 06:57:02 EDT 2016


> +   * projection location, GetAdditionalProbingBins will calculate the T most
> +   * likely alternative bin codes (other than queryCode) where a query's
> +   * neighbors might be found in.
> +   *
> +   * @param queryCode vector containing the numProj-dimensional query code.
> +   * @param queryCodeNotFloored vector containing the projection location of the
> +   * query.
> +   * @param T number of additional probing bins.
> +   * @param additionalProbingBins matrix. Each column will hold one additional
> +   * bin.
> +  */
> +  void GetAdditionalProbingBins(const arma::vec &queryCode,
> +                            const arma::vec &queryCodeNotFloored,
> +                            const size_t T,
> +                            arma::mat &additionalProbingBins) const;
> +

thank you, I didn't notice that.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/691/files/e2596c5ac626fe6264d89ec4d546506228e16d56#r68383181
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160624/79524819/attachment.html>


More information about the mlpack-git mailing list