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

Ryan Curtin notifications at github.com
Mon Jun 27 16:10:45 EDT 2016


> +  
> +  bool foundIncrease = 0;
> +
> +  for (size_t rep = 0; rep < repetitions; ++rep)
> +  {
> +    // train a model
> +    LSHSearch<> multiprobeTest(
> +        rdata,
> +        numProj,
> +        numTables,
> +        hashWidth,
> +        secondHashSize,
> +        bucketSize);
> +
> +    double prevRecall = 0;
> +    // search with varying number of probes

Capitalization, 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#r68646661
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160627/00e73501/attachment-0001.html>


More information about the mlpack-git mailing list