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

Yannis Mentekidis notifications at github.com
Wed Jun 8 14:23:49 EDT 2016


I have also included the deterministic test changes so I can test my code better. You should probably ignore those.

There's a weird bug, I think it's where I create the hashMat but I'm not sure.
You can view, comment on, or merge this pull request online at:

  https://github.com/mlpack/mlpack/pull/691

-- Commit Summary --

  * Adds 2 deterministic LSH tests
  * Style fixes and remove redundancies
  * Fixes style problems
  * Implementation of Multiprobe LSH, version 1
  * Adds ComputeRecall function to LSHSearch
  * Merge branch 'lsh-computeRecall' into lsh-multiprobe
  * Merge branch 'lsh-deterministictest' into lsh-multiprobe
  * There is a bug in ReturnIndicesFromTable
  * There is a bug in ReturnIndicesFromTable

-- File Changes --

    M src/mlpack/methods/lsh/lsh_main.cpp (27)
    M src/mlpack/methods/lsh/lsh_search.hpp (25)
    M src/mlpack/methods/lsh/lsh_search_impl.hpp (398)
    M src/mlpack/prereqs.hpp (1)
    M src/mlpack/tests/lsh_test.cpp (191)

-- Patch Links --

https://github.com/mlpack/mlpack/pull/691.patch
https://github.com/mlpack/mlpack/pull/691.diff

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


More information about the mlpack-git mailing list