View source: R/multiscaleSVDxpts.R
pairwise_matrix_similarity | R Documentation |
Computes a measure such as the RV coefficient between low-rank projections of all pairs of matrices in a list.
pairwise_matrix_similarity(mat_list, feat_list, FUN = adjusted_rvcoef)
mat_list |
List of matrices |
feat_list |
List of feature lists corresponding to each matrix |
FUN |
function to apply |
Matrix of RV coefficients, where each entry [i, j] represents the similarity between the low-rank projections of matrices i and j
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.