Convenience wrapper around svd with center = TRUE.
Arguments
- A
Input matrix. May be dense (
matrix), sparse (dgCMatrix), or a path to a.spzfile for out-of-core streaming SVD.- k
Number of factors (rank). Use
"auto"for automatic rank selection via cross-validation. Default: 10.- ...
Additional arguments passed to
svd.
Value
An S4 object of class svd (see svd).