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

Ryan Curtin notifications at github.com
Mon Jan 12 17:28:53 EST 2015


> +   * Construct a matrix completion problem, specifying the maximum rank of the
> +   * solution.
> +   *
> +   * @param m Number of rows of original matrix.
> +   * @param n Number of columns of original matrix.
> +   * @param indices Matrix containing the indices of the known entries (must be
> +   *    [2 x p]).
> +   * @param values Vector containing the values of the known entries (must be
> +   *    length p).
> +   * @param r Maximum rank of solution.
> +   */
> +  MatrixCompletion(const size_t m,
> +                   const size_t n,
> +                   const arma::umat& indices,
> +                   const arma::vec& values,
> +                   const size_t r);

I think the resolution of #379 will eventually sort this out; I agree that for now we should leave it as-is.

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


More information about the mlpack-git mailing list