Learn R Programming

mclust (version 4.1)

print.clustCombi: Displays Combined Clusterings Results

Description

Displays the Gaussian mixture model and number of components selected by Mclust/BIC and the components proportions and means of the fitted corresponding distribution. Then, informations about the combining steps.

Usage

## S3 method for class 'clustCombi':
print(x, \dots)

Arguments

x
An object of class clustCombi. Typically an output from the clustCombi function.
...
additional arguments.

References

J.-P. Baudry, A. E. Raftery, G. Celeux, K. Lo and R. Gottardo (2010). Combining mixture components for clustering. Journal of Computational and Graphical Statistics, 19(2):332-353.

See Also

clustCombi

Examples

Run this code
data(Baudry_etal_2010_JCGS_examples)

## 2D Example 
output <- clustCombi(ex4.1) 
output

Run the code above in your browser using DataLab