| randomized | R Documentation |
Randomized SVD method descriptor.
randomized(
oversample = 10,
n_iter = 2,
block = NULL,
normalizer = c("qr", "lu", "none"),
refine = TRUE
)
oversample |
Number of extra samples beyond the requested rank. |
n_iter |
Number of subspace-iteration refinement passes. |
block |
Optional block size. |
normalizer |
Basis normalizer to use ( |
refine |
Whether to refine with a certified Lanczos pass. |
An eigencore_method descriptor selecting randomized SVD.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.