QR/LQ-based SVD. Useful for very tall/skinny or short/wide data.
1 | linalg_qrsvd(x, s, u = NULL, vt = NULL)
|
x |
Input data. The input values are overwritten. |
s |
Singular values. |
u, vt |
The left/right singular vectors. Should both be |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.