updateHDS | R Documentation |
Estimate the shared component (H) using the local data for method dsMTL_iNMF
updateHDS(X, H, W, Hv, Sp, lamb)
X |
The name of the data matrix |
H |
The current estimate of shared component H |
W |
The current estimate of heterogeneous component W |
Hv |
The current estimate of heterogeneous component Hv |
Sp |
The hyper-parameter for controlling the sparsity |
lamb |
The hyper-parameter for balancing the amount of homogeneous and heterogeneous information |
The function was performed by each server when the client attempted to aggregate information to update H. The local variables of the server were used to estimate the H. These information will be aggregated on the client.
The server-level information for aggregating a new estimate of H
Han Cao
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.