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

Stephen Tu notifications at github.com
Fri Jan 9 17:03:48 EST 2015


> + * @author Stephen Tu
> + *
> + * Tests for matrix completion
> + */
> +#include <mlpack/core.hpp>
> +#include <mlpack/methods/matrix_completion/matrix_completion.hpp>
> +
> +#include <boost/test/unit_test.hpp>
> +#include "old_boost_test_definitions.hpp"
> +
> +using namespace mlpack;
> +using namespace mlpack::matrix_completion;
> +
> +BOOST_AUTO_TEST_SUITE(MatrixCompletionTest);
> +
> +BOOST_AUTO_TEST_CASE(GaussianMatrixCompletionSDP)

Uhh, I randomly made up the data. But the test case is similar that the one in FRP07 (where they draw the phase transition), if that's what you're going for?

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


More information about the mlpack-git mailing list