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

Ryan Curtin notifications at github.com
Mon Jun 27 15:54:51 EDT 2016


> +   * by ReturnIndicesFromTables when T > 0. Given a query's code and its
> +   * 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;

The spacing seems off here, the second/third/fourth arguments should align with the first.

---
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/71eda99e207a9b91581504e11a9e14d38838bc9f#r68644221
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160627/8f541c9a/attachment.html>


More information about the mlpack-git mailing list