ICL for an estimated Gaussian Mixture Model
icl.Rd
Computes the ICL (Integrated Complete-data Likelihood) for criterion for a Gaussian Mixture Model fitted by Mclust
.
Arguments
- object
An object of class
'Mclust'
resulting from a call toMclust
.- ...
Further arguments passed to or from other methods.
References
Biernacki, C., Celeux, G., Govaert, G. (2000). Assessing a mixture model for clustering with the integrated completed likelihood. IEEE Trans. Pattern Analysis and Machine Intelligence, 22 (7), 719-725.
Examples
mod <- Mclust(iris[,1:4])
icl(mod)
#> [1] -561.7289