Skip to content

Commit

Permalink
exporting weight_matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
martinju committed Aug 2, 2024
1 parent 829db34 commit 175dcbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export(vaeac_plot_eval_crit)
export(vaeac_plot_imputed_ggpairs)
export(vaeac_train_model)
export(vaeac_train_model_continue)
export(weight_matrix)
export(weight_matrix_cpp)
importFrom(Rcpp,sourceCpp)
importFrom(data.table,":=")
Expand Down
1 change: 1 addition & 0 deletions R/setup_computation.R
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,7 @@ feature_group_not_exact <- function(group_num, n_combinations = 200, weight_zero
#' @return Numeric matrix. See [weight_matrix_cpp()] for more information.
#' @keywords internal
#'
#' @export
#' @author Nikolai Sellereite, Martin Jullum
weight_matrix <- function(X, normalize_W_weights = TRUE, is_groupwise = FALSE) {
# Fetch weights
Expand Down

0 comments on commit 175dcbd

Please sign in to comment.