View source: R/ajive_decomposition.R
Computes X = J + I + E for a single data block and the respective SVDs.
1 | get_final_decomposition(X, joint_scores, sv_threshold, full = TRUE)
|
X |
Matrix. The original data matrix. |
joint_scores |
Matrix. The basis of the joint space (dimension n x joint_rank). |
sv_threshold |
Numeric vector. The singular value thresholds from the initial signal rank estimates. |
full |
Boolean. Do we compute the full J, I matrices or just the SVDs (set to FALSE to save memory).. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.