X-Git-Url: https://git.auder.net/?p=valse.git;a=blobdiff_plain;f=pkg%2FR%2FselectVariables.R;fp=pkg%2FR%2FselectVariables.R;h=a4bc0f403960428f0934efd181ab7e97a22276ff;hp=f991f6d51198b4c18a7e16d0c1dce8a1673a9811;hb=6775f5b98ffc7eae7ce9d4081b23b39ce66d3c0b;hpb=e9db79707709c10947e89756eb5655c0747a2a1d diff --git a/pkg/R/selectVariables.R b/pkg/R/selectVariables.R index f991f6d..a4bc0f4 100644 --- a/pkg/R/selectVariables.R +++ b/pkg/R/selectVariables.R @@ -69,9 +69,7 @@ selectVariables <- function(phiInit, rhoInit, piInit, gamInit, mini, maxi, gamma parallel::stopCluster(cl) print(out) - # Suppress models which are computed twice En fait, ca ca fait la comparaison de - # tous les parametres On veut juste supprimer ceux qui ont les memes variables - # sélectionnées + # Suppress models which are computed twice # sha1_array <- lapply(out, digest::sha1) out[ duplicated(sha1_array) ] selec <- lapply(out, function(model) model$selected) ind_dup <- duplicated(selec)