Skip to content

Commit c60cbc8

Browse files
committed
PERF: rvcoef subtlety
1 parent e2410ac commit c60cbc8

File tree

2 files changed

+53
-37
lines changed

2 files changed

+53
-37
lines changed

R/multiscaleSVDxpts.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -4415,7 +4415,7 @@ rvcoef <- function(X, Y) {
44154415
C <- t(X_norm) %*% Y_norm
44164416

44174417
# Compute SVD
4418-
svd_C <- ba_svd(C)
4418+
svd_C <- ba_svd(C, dividebymax=TRUE )
44194419

44204420
# Compute RV coefficient
44214421
sigma_sq <- sum(svd_C$d^2)

docs/reference/antsrMetricSetRadius.html

+52-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)