[mlpack-svn] [mlpack] add a wrapper for the matrix completion SDP (#374)

Stephen Tu notifications at github.com
Sun Jan 4 17:02:17 EST 2015


this class provides a user friendly API to solving matrix completion problems. it is implemented as a thin wrapper around `LRSDP`, and simply sets up the SDP correctly so the user doesn't have to bother with getting the transformation correct. 
You can merge this Pull Request by running:

  git pull https://github.com/stephentu/mlpack matrixcompletion

Or you can view, comment on it, or merge it online at:

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

-- Commit Summary --

  * First cut at matrix completion method implementation
  * Add matrix completion test case
  * Comments

-- File Changes --

    M src/mlpack/methods/CMakeLists.txt (1)
    A src/mlpack/methods/matrix_completion/CMakeLists.txt (15)
    A src/mlpack/methods/matrix_completion/matrix_completion.hpp (150)
    A src/mlpack/methods/matrix_completion/matrix_completion_impl.hpp (106)
    M src/mlpack/tests/CMakeLists.txt (1)
    A src/mlpack/tests/data/completion_X.csv (20)
    A src/mlpack/tests/data/completion_indices.csv (2)
    A src/mlpack/tests/matrix_completion_test.cpp (49)

-- Patch Links --

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

---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/374
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20150104/9cfececf/attachment.html>


More information about the mlpack-git mailing list