Learn R Programming

mclust (version 5.2.2)

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

"print"(x, ...)

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
## Not run: 
# data(Baudry_etal_2010_JCGS_examples)
# 
# ## 2D Example 
# output <- clustCombi(ex4.1) 
# output
# ## End(Not run)

Run the code above in your browser using DataLab