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

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


>    // Generate known deterministic clusters of points.
>    const size_t N = 40;
>    arma::mat rdata;
>    GetPointset(N, rdata);
>  
> -  const int k = N/2;
> +  const int k = N/4;

A couple more style comments, this should be `N / 4` ("horizontal whitespace"). :)

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


More information about the mlpack-git mailing list