Description Usage Arguments References Examples
Imputation using Singular Value Thresholding a la Cai, Candes, Shen.
1 2 | SVTImpute(x, lambda, stepsize, threshold = 0.001,
max.iters = 10, verbose = F)
|
x |
a data frame or matrix with size n1 x n2 where each row represents a different record |
lambda |
the penalty on the singular values |
stepsize |
optional. If not provided, uses 1.2 * (n1 * n2) / (number of missing elements) |
threshold |
convergence threshold |
max.iters |
maximum number of iterations. Note that each iteration will require computing an SVD |
verbose |
if TRUE print status updates |
A Singular Value Thresholding Algorithm for Matrix Completion. Cai, Candes, Shen.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.