X-Git-Url: https://git.auder.net/?p=valse.git;a=blobdiff_plain;f=pkg%2FR%2FselectVariables.R;h=e08a9411afd310a66db50ab2f76564d6f9f32e1c;hp=a4bc0f403960428f0934efd181ab7e97a22276ff;hb=1196a43d961a95abc18d3c8e777e9a4e8233e562;hpb=6775f5b98ffc7eae7ce9d4081b23b39ce66d3c0b diff --git a/pkg/R/selectVariables.R b/pkg/R/selectVariables.R index a4bc0f4..e08a941 100644 --- a/pkg/R/selectVariables.R +++ b/pkg/R/selectVariables.R @@ -15,13 +15,11 @@ #' @param thresh real, threshold to say a variable is relevant, by default = 1e-8 #' @param eps threshold to say that EM algorithm has converged #' @param ncores Number or cores for parallel execution (1 to disable) +#' @param fast boolean to enable or not the C function call #' #' @return a list of outputs, for each lambda in grid: selected,Rho,Pi #' -#' @examples TODO -#' #' @export -#' selectVariables <- function(phiInit, rhoInit, piInit, gamInit, mini, maxi, gamma, glambda, X, Y, thresh = 1e-08, eps, ncores = 3, fast) {