[mlpack-git] master: Merge pull request #374 from stephentu/matrixcompletion (d815119)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Mon Jan 12 17:31:57 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/2f5aa71b3e3b9f14ed825a20a69759471edffb31...d81511957f5fcc5e46cee49c6103e3ae7ac1d45d

>---------------------------------------------------------------

commit d81511957f5fcc5e46cee49c6103e3ae7ac1d45d
Merge: 2f5aa71 132b7df
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Jan 12 17:31:47 2015 -0500

    Merge pull request #374 from stephentu/matrixcompletion
    
    add a wrapper for the matrix completion SDP


>---------------------------------------------------------------

d81511957f5fcc5e46cee49c6103e3ae7ac1d45d
 src/mlpack/methods/CMakeLists.txt                  |   1 +
 .../{quic_svd => matrix_completion}/CMakeLists.txt |   4 +-
 .../matrix_completion/matrix_completion.hpp        | 141 +++++++++++++++++++++
 .../matrix_completion/matrix_completion_impl.hpp   | 115 +++++++++++++++++
 src/mlpack/tests/CMakeLists.txt                    |   1 +
 src/mlpack/tests/data/completion_X.csv             |  20 +++
 src/mlpack/tests/data/completion_indices.csv       |   2 +
 src/mlpack/tests/matrix_completion_test.cpp        |  62 +++++++++
 8 files changed, 344 insertions(+), 2 deletions(-)



More information about the mlpack-git mailing list