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

Ryan Curtin notifications at github.com
Wed Jun 29 11:20:43 EDT 2016


>    arma::mat q1;
> -  q1 << 1.1 << arma::endr << 3.3; // vector [1.1, 3.3]
> +  q1 << 3.9 << arma::endr << 2.99;
> +  q1-= offsets;
> +
> +  // Construct q2 so it is hashed near the center of C2.
> +  arma::mat q2;
> +  q2 << 3.6 << arma::endr << 3.6;
> +  q2-= offsets;

Missing space after `q2` here.

---
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/cc6a5c29263e19143e1147f5fa7851cb8a0cab21..4ba6f6d29b61cfbc90b2a0d002ab85914b7ccb07#r68966605
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160629/c706c932/attachment.html>


More information about the mlpack-git mailing list