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

Ryan Curtin notifications at github.com
Mon Jun 27 16:11:28 EDT 2016


> +          k, 
> +          lshNeighbors, 
> +          lshDistances, 
> +          0, 
> +          numProbes[p]);
> +
> +      // compute recall
> +      double recall = LSHSearch<>::ComputeRecall(lshNeighbors, groundTruth); //TODO: change to LSHSearch::ComputeRecall??
> +      if (p > 0)
> +      {
> +        // more probes should at the very least not lower recall...
> +        BOOST_REQUIRE_GE(recall, prevRecall);
> +
> +        // ... and should ideally increase it a bit
> +        if (recall > prevRecall + epsilonIncrease)
> +         foundIncrease = true;

This is weird, it's only one space in, not two.

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


More information about the mlpack-git mailing list