simpute.svd | R Documentation |
rdname softImpute-internal
simpute.svd(
x,
J = 2,
thresh = 1e-05,
lambda = 0,
maxit = 100,
trace.it = FALSE,
warm.start = NULL,
...
)
x |
An m by n matrix with NAs. For large matrices can be of class
|
J |
Trevor to document this param |
thresh |
convergence threshold, measured as the relative change in the Frobenius norm between two successive estimates. |
lambda |
nuclear-norm regularization parameter. If |
maxit |
maximum number of iterations. |
trace.it |
with |
warm.start |
an svd object can be supplied as a warm start. This is
particularly useful when constructing a path of solutions with decreasing
values of |
... |
sink argument for unwanted arguments |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.