View source: R/flash_greedy_init_fns.R
flash_greedy_init_irlba | R Documentation |
Initializes a new ("greedy") flash factor using irlba
. This
can be somewhat faster than flash_greedy_init_default
for large,
dense data matrices. For sparse matrices of class Matrix
, the
default initialization should generally be preferred.
flash_greedy_init_irlba(flash, seed = 666, ...)
flash |
A |
seed |
Since initialization is random, a default seed is set for reproducibility. |
... |
Additional parameters to be passed to |
A list of length two consisting of, respectively, the vector of
initial values for loadings \ell_{\cdot k}
and the vector of initial
factor values f_{\cdot k}
.
flash_greedy
,
flash_greedy_init_default
,
flash_greedy_init_softImpute
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.