powered by
Summary of a MixtCompLearn object
# S3 method for MixtCompLearn summary(object, nClass = NULL, ...)
MixtCompLearn object
number of classes of the model to print
Not used.
mixtCompLearn print.MixtCompLearn
mixtCompLearn
print.MixtCompLearn
# 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