summary.MGC {MultBiplotR} | R Documentation |
Summary of Model-Based Gaussian Clustering results
Description
Summarizes the results of Model-Based Gaussian Clustering algorithms
Usage
## S3 method for class 'MGC'
summary(object, Centers = TRUE, Covariances = TRUE, ...)
Arguments
object |
An object of class "MGC" |
Centers |
Should the Centers be shown |
Covariances |
Should the Covariances be shown |
... |
Any aditional Parameters |
Details
Summarizes the results of Model-Based Gaussian Clustering algorithms
Value
No value returned
Author(s)
Jose Luis Vicente Villardon
Examples
##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
## The function is currently defined as
[Package MultBiplotR version 23.11.0 Index]