.compute_unnormalized_scores | R Documentation |
This is called by .tiltedCCA_common_score
. It's called unnormalized
scores since if there are n
rows (i.e., nrow(svd_1$u)
),
then the return matrices will be orthogonal matrices where the
matrix multiplied by itself is a diagonal matrix with all values n
.
.compute_unnormalized_scores(svd_1, svd_2, cca_res)
svd_1 |
SVD of the denoised variant of |
svd_2 |
SVD of the denoised variant of |
cca_res |
returned object from |
list of two matrices
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.