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

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 22:12:06 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

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

commit e453bfff9908a83d46e988d1b0dac98a5ecbe438
Merge: cd828ed 66e6220
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


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

e453bfff9908a83d46e988d1b0dac98a5ecbe438
 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