Description Usage Arguments Details Value Examples
SVD using an incremental SVD algorithm in parallel.
1 | parBlockSVD(x, ncomponents = 2, mc.cores = 2, method = "svd")
|
x |
a real nxp matrix |
ncomponents |
number of components to be computed. Default 2 |
mc.cores |
number of partitions of the matrix, number of svd computed in parallel. |
method |
"svd" for complete svd, or "irlba" to compute only the first ncomponents. |
Singular values and left singular vectors of a real nxp matrix.
a list of two components with the singular values and left singular vectors of the matrix
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.