Skip to content

Commit

Permalink
Update softImputeCV.R
Browse files Browse the repository at this point in the history
  • Loading branch information
statwangz committed Oct 12, 2023
1 parent 9b10fe9 commit fe4d534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/softImputeCV.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Cross-validation for softImpute
#' Cross-validation for softImpute.
#'
#' @import softImpute
#'
Expand Down Expand Up @@ -89,7 +89,7 @@ softImputeCrossVal <- function(Y, rank_max = NULL, lambda_range = NULL,
return(si_cv_results)
}

#' Sparse version of cross-validation for softImpute
#' Sparse version of cross-validation for softImpute.
#'
#' @import Matrix
#' @import softImpute
Expand Down

0 comments on commit fe4d534

Please sign in to comment.