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

Ryan Curtin notifications at github.com
Mon Jun 27 15:56:28 EDT 2016


> +      return false; // If dimension was seen before, set is not valid.
> +  }
> +
> +  // If we didn't fail, set is valid.
> +  return true;
> +}
> +
> +// Compute additional probing bins for a query
> +template<typename SortPolicy>
> +void LSHSearch<SortPolicy>::GetAdditionalProbingBins(
> +                            const arma::vec& queryCode,
> +                            const arma::vec& queryCodeNotFloored,
> +                            const size_t T,
> +                            arma::mat& additionalProbingBins) const
> +{
> +

Extra line :)

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


More information about the mlpack-git mailing list