Learn R Programming

RMixtComp (version 4.0.2)

summary.MixtCompLearn: MixtCompLearn Object Summaries

Description

Summary of a MixtCompLearn object

Usage

# S3 method for MixtCompLearn
summary(object, nClass = NULL, ...)

Arguments

object

MixtCompLearn object

nClass

number of classes of the model to print

...

Not used.

See Also

mixtCompLearn print.MixtCompLearn

Examples

Run this code
# NOT RUN {
data(iris)

# run RMixtComp in unsupervised clustering mode and in basic mode
resLearn <- mixtCompLearn(iris[, -5], nClass = 2:4)

summary(resLearn)
summary(resLearn, nClass = 3)

# }

Run the code above in your browser using DataLab