Skip to content

Commit

Permalink
line break
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie SIRE committed Aug 3, 2023
1 parent 81d4eb3 commit e483041
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/compute_centroids_and_proba.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
#' @param sampling_cells If method == "percell" and data is provided, sampling_cells is a vector indicating for each cell, the index element of data associated to this cell.
#' @param density_ratio A vector indicating the weight fX/g of each data element. Default is a vector of 1. If method = "percell", a list of density_ratio must be provided, of length equal to the number of Voronoï cells.
#' @param bias A vector indicating the bias that came out when computing the importance sampling estimators of the membership probabilities. Each element of the vector is associated to a Voronoi cell. Default is 0 for all Voronoi cells.
#' @param batch A boolean indicating whether the computations must be performed by batch or not. If TRUE, data, cell_numbers and density_ratio must be lists. Default is False.

#'
#' @return The centroid and the probability mass of each probability cell
#' @import abind
Expand Down

0 comments on commit e483041

Please sign in to comment.