View source: R/initMatricesDS.R
initMatricesDS | R Documentation |
The initialization of server-side variables for method dsMTL_iNMF
initMatricesDS(rank, X, seedH)
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) |
In dsMTL_iNMF, variable matrices were initialized as drawn from the uniform distribution U(0,2). Since the heterogeneous component variables were updated locally, so only the seed of shared component matrix (H) were synchronized among all servers and client
The initialized variable matrices
Han Cao
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.