pairwise_matrix_similarity: pairwise application of matrix similarity to matrix List...

View source: R/multiscaleSVDxpts.R

pairwise_matrix_similarityR Documentation

pairwise application of matrix similarity to matrix List projected onto a feature list

Description

Computes a measure such as the RV coefficient between low-rank projections of all pairs of matrices in a list.

Usage

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


stnava/ANTsR documentation built on April 13, 2025, 4:10 a.m.