Skip to content

Commit

Permalink
DOC: sparsenessAlg
Browse files Browse the repository at this point in the history
  • Loading branch information
stnava committed Sep 18, 2024
1 parent f39708e commit 7b739f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/multiscaleSVDxpts.R
Original file line number Diff line number Diff line change
Expand Up @@ -1614,7 +1614,7 @@ rankBasedMatrixSegmentation <- function(v, sparsenessQuantile, basic = FALSE, po
#' @param orthogonalize run gram-schmidt if TRUE.
#' @param softThresholding use soft thresholding
#' @param unitNorm set each vector to unit norm
#' @param sparsenessAlg string sets the NMF or other algorithm to estimate V
#' @param sparsenessAlg NA is default otherwise basic, spmp or orthorank
#' @return matrix
#' @author Avants BB
#' @examples
Expand Down Expand Up @@ -3221,7 +3221,7 @@ gradient_invariant_orthogonality_salad<- function(A) {
#' can be a vector which will apply each strategy in order.
#' @param expBeta if greater than zero, use exponential moving average on gradient.
#' @param jointInitialization boolean for initialization options, default TRUE
#' @param sparsenessAlg string sets the NMF algorithm to estimate V or basicrank or othorank
#' @param sparsenessAlg NA is default otherwise basic, spmp or orthorank
#' @param verbose boolean to control verbosity of output - set to level \code{2}
#' in order to see more output, specifically the gradient descent parameters.
#' @return A list of u, x, y, z etc related matrices.
Expand Down
2 changes: 1 addition & 1 deletion man/orthogonalizeAndQSparsifyOld.Rd

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

2 changes: 1 addition & 1 deletion man/simlr.Rd

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

0 comments on commit 7b739f5

Please sign in to comment.