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)

Arguments

mat_list

List of matrices

feat_list

List of feature lists corresponding to each matrix

FUN

function to apply

Value

Matrix of RV coefficients, where each entry [i, j] represents the similarity between the low-rank projections of matrices i and j