Skip to content

Commit

Permalink
PERF: rvcoef subtlety
Browse files Browse the repository at this point in the history
  • Loading branch information
stnava committed Nov 3, 2024
1 parent e2410ac commit c60cbc8
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 37 deletions.
2 changes: 1 addition & 1 deletion R/multiscaleSVDxpts.R
Original file line number Diff line number Diff line change
Expand Up @@ -4415,7 +4415,7 @@ rvcoef <- function(X, Y) {
C <- t(X_norm) %*% Y_norm

# Compute SVD
svd_C <- ba_svd(C)
svd_C <- ba_svd(C, dividebymax=TRUE )

# Compute RV coefficient
sigma_sq <- sum(svd_C$d^2)
Expand Down
88 changes: 52 additions & 36 deletions docs/reference/antsrMetricSetRadius.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c60cbc8

Please sign in to comment.