X-Git-Url: https://git.auder.net/?p=valse.git;a=blobdiff_plain;f=R%2Fmain.R;h=9817b001dec83d4481e38e5df823b9542db48cde;hp=2eec87833c9b8c66b0132cf88f4bb18f93deab2d;hb=f2a9120810d7e1e423c7b5c2c4320f4e27221f50;hpb=d1531659214edd6eaef0ac9ec835455614bba16c diff --git a/R/main.R b/R/main.R index 2eec878..9817b00 100644 --- a/R/main.R +++ b/R/main.R @@ -39,7 +39,7 @@ SelMix = setRefClass( # initialisation for the allocations probabilities in each component tauInit, # values for the regularization parameter grid - gridLambda = []; + gridLambda = c(), # je ne crois pas vraiment qu'il faille les mettre en sortie, d'autant plus qu'on construit # une matrice A1 et A2 pour chaque k, et elles sont grandes, donc ca coute un peu cher ... A1, @@ -52,7 +52,7 @@ SelMix = setRefClass( Pi, #immutable - seuil = 1e-15; + seuil = 1e-15 ), methods = list(