Skip to content

Commit

Permalink
ENH: minor helper
Browse files Browse the repository at this point in the history
  • Loading branch information
stnava committed Aug 6, 2024
1 parent 88bcb6e commit ecc49a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/multiscaleSVDxpts.R
Original file line number Diff line number Diff line change
Expand Up @@ -3804,7 +3804,7 @@ simlr.perm <- function(voxmats, smoothingMatrices, iterations = 10, sparsenessQu
repeatedMeasures, lineSearchRange, lineSearchTolerance, randomSeed, constraint,
energyType, vmats, connectors, optimizationStyle, scale, expBeta,
jointInitialization, sparsenessAlg, verbose=verbose > 0 )

simlr_result$v = divide_by_column_sum( simlr_result$v )

if ( FALSE ) {
refvarxmeans = matrix(nrow=length(mats),ncol=length(mats))
Expand Down Expand Up @@ -3836,6 +3836,7 @@ simlr.perm <- function(voxmats, smoothingMatrices, iterations = 10, sparsenessQu
repeatedMeasures, lineSearchRange, lineSearchTolerance, randomSeed, constraint,
energyType, vmats, connectors, optimizationStyle, scale, expBeta,
jointInitialization, sparsenessAlg, verbose=verbose > 3)
simlr_result_perm$v = divide_by_column_sum( simlr_result_perm$v )
if ( FALSE ) {
refvarxmeans_perm <- matrix(nrow = length(voxmats), ncol = length(voxmats))

Expand Down

0 comments on commit ecc49a8

Please sign in to comment.