Summary method for class "MclustSSC"
.
# S3 method for MclustSSC
summary(object, parameters = FALSE, ...)
# S3 method for summary.MclustSSC
print(x, digits = getOption("digits"), ...)
The function summary.MclustSSC
computes and returns a list of summary statistics of the estimated MclustSSC model for semi-supervised classification.
An object of class 'MclustSSC'
resulting from a call to MclustSSC
.
An object of class 'summary.MclustSSC'
, usually, a result of a call to summary.MclustSSC
.
Logical; if TRUE
, the parameters of mixture components are printed.
The number of significant digits to use when printing.
Further arguments passed to or from other methods.
Luca Scrucca
MclustSSC
, plot.MclustSSC
.