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

Ryan Curtin notifications at github.com
Mon Jun 27 16:07:06 EDT 2016


>      {
> -      const size_t hashInd = (size_t) hashVec[i];
> -      const size_t tableRow = bucketRowInHashTable[hashInd];
> +      for (size_t p = 0; p < T + 1; ++p) // for entire probing sequence
> +      {
> +
> +        // get the sequence code

Super-pedant mode--- capitalization and period. :)

---
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#r68646076
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160627/6ef77d6c/attachment.html>


More information about the mlpack-git mailing list