Skip to content

Commit

Permalink
DOC: the metric being computed
Browse files Browse the repository at this point in the history
  • Loading branch information
stnava committed Nov 11, 2024
1 parent 2542be6 commit 1b60c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/multiscaleSVDxpts.R
Original file line number Diff line number Diff line change
Expand Up @@ -4506,7 +4506,7 @@ pairwise_matrix_similarity <- function(mat_list, feat_list, FUN=adjusted_rvcoef)

# Store RV coefficient in matrix
rv_coeffs[i, j] <- rv
rv_coeffs_nms[i,j] = paste0( nms[i],"_",nms[j])
rv_coeffs_nms[i,j] = paste0( "rvcoef_", nms[i],"_",nms[j])
}
}
}
Expand Down

0 comments on commit 1b60c5a

Please sign in to comment.