randSVD | R Documentation |
Uses randomised linear algebra, see Halko et al. (2010). Singular value
decomposition (SVD) decomposes a matrix X=U\Sigma W^T
randSVD(L, rank, depth, numVectors, cent = FALSE)
L |
a pedigree's L inverse matrix in sparse 'spam' format |
rank |
An |
depth |
|
numVectors |
An |
cent |
|
A list of three: u
(=U), d
(=Sigma), and v
(=W^T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.