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

Stephen Tu notifications at github.com
Fri Jan 9 17:09:29 EST 2015


> +   * @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).
> +   */
> +  MatrixCompletion(const size_t m,
> +                   const size_t n,
> +                   const arma::umat& indices,
> +                   const arma::vec& values);
> +
> +  /**
> +   * Solve the underlying SDP to fill in the remaining values.
> +   */
> +  void Recover();

`void Recover(arma::mat& output)` seems reasonable. Give me a day or two to think about CF. I'll either decide to put it aside for a separate pull request, or refactor it right away. 

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


More information about the mlpack-git mailing list