.cca | R Documentation |
This function takes either two matrices or two SVDs. Both input_1
and input_2
must be "of the same type." Calls the .compute_cca_aggregate_matrix
function.
.cca(input_1, input_2, dims_1, dims_2, return_scores, tol = 1e-06)
input_1 |
first input |
input_2 |
second input |
dims_1 |
desired latent dimensions of data matrix 1.
Only used if |
dims_2 |
desired latent dimensions of data matrix 2.
Only used if |
return_scores |
boolean. If |
tol |
small numeric |
list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.