Package jml.recovery

Class Summary
MatrixCompletion A Java implementation of matrix completion which solves the following convex optimization problem:
min ||A||_*
s.t.
RobustPCA A Java implementation of robust PCA which solves the following convex optimization problem:
min ||A||_* + lambda ||E||_1
s.t.