Learn R Programming

VarSelLCM (version 2.1.3.1)

ICL: ICL criterion

Description

This function gives the ICL criterion for an instance of '>VSLCMresults.

Usage

ICL(object)

Arguments

object

'>VSLCMresults

References

Biernacki, C., Celeux, G., and Govaert, G. (2000). Assessing a mixture model for clustering with the integrated completed likelihood. IEEE transactions on pattern analysis and machine intelligence, 22(7), 719-725.

Examples

Run this code
# NOT RUN {
# Data loading:
data(heart)

# Cluster analysis without variable selection
res <- VarSelCluster(heart[,-13], 2, vbleSelec = FALSE)

# Get the ICL value
ICL(res)

# }

Run the code above in your browser using DataLab