softImpute.x.matrix | R Documentation |
These functions are not intended to be called directly, but they can be useful for understanding the structure of the models used. rdname softImpute-internal
softImpute.x.matrix(
x,
J,
lambda,
type,
thresh,
maxit,
trace.it,
warm.start,
final.svd
)
x |
An m by n matrix with NAs. For large matrices can be of class
|
J |
Trevor to document this param |
lambda |
nuclear-norm regularization parameter. If |
type |
two algorithms are implements, |
thresh |
convergence threshold, measured as the relative change in the Frobenius norm between two successive estimates. |
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 |
final.svd |
only applicable to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.