View source: R/initRanMatsWithSeedsDS.R
initRanMatsWithSeedsDS | R Documentation |
The initialization of server-side variables for method dsMTL_iNMF
initRanMatsWithSeedsDS(rank, X, seedH, seedHv, seedW)
rank |
The rank of data matrix in factorization |
X |
The name of the data matrix for factorization |
seedH |
The seed for random initialization of the shared component matrix (H) |
seedHv |
The seed for random initialization of the heterogeneous component matrix (Hv) |
seedW |
The seed for random initialization of the heterogeneous component matrix (W) |
In dsMTL_iNMF, variable matrices were initialized as drawn from the uniform distribution U(0,2).
The initialized variable matrices
Han Cao
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.