setEmOptions {ClustMMDD} | R Documentation |
Set Expectation and Maximization options.
setEmOptions(emOptions = list(epsi = NULL, typeSmallEM = NULL, typeEM = NULL, nberSmallEM = NULL, nberIterations = NULL, nberMaxIterations = NULL, putThreshold = NULL))
emOptions |
A list of options needed by the Expectation and maximization algorithm :
|
Use setEmOptions()
to set all options to default.
Wilson Toussile.
Dominique Bontemps and Wilson Toussile (2013) : Clustering and variable selection for categorical multivariate data. Electronic Journal of Statistics, Volume 7, 2344-2371, ISSN.
Wilson Toussile and Elisabeth Gassiat (2009) : Variable selection in model-based clustering using multilocus genotype data. Adv Data Anal Classif, Vol 3, number 2, 109-134.
EmOptions
for getting the current EM options.
EmOptions() setEmOptions(list(epsi = 1e-6)) EmOptions() setEmOptions() # To set default values EmOptions()