ICL: ICL criterion

Description Usage Arguments References Examples

View source: R/Extractors.R

Description

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

Usage

1
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

1
2
3
4
5
6
7
8
# Data loading:
data(heart)

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

# Get the ICL value
ICL(res)

VarSelLCM documentation built on Oct. 23, 2020, 8:20 p.m.