MICL {VarSelLCM} | R Documentation |
This function gives the MICL criterion for an instance of VSLCMresults
.
MICL(object)
object |
Marbac, M. and Sedki, M. (2017). Variable selection for model-based clustering using the integrated completed-data likelihood. Statistics and Computing, 27 (4), 1049-1063.
## Not run: # Data loading: data("heart") # Cluster analysis with variable selection object <- VarSelCluster(heart[,-13], 2, vbleSelec = TRUE, crit.varsel = "MICL") # Get the MICL value MICL(object) ## End(Not run)