summary.MixtCompLearn {RMixtComp} | R Documentation |
MixtCompLearn Object Summaries
Description
Summary of a MixtCompLearn object
Usage
## S3 method for class 'MixtCompLearn'
summary(object, nClass = NULL, ...)
Arguments
object |
MixtCompLearn object |
nClass |
number of classes of the model to print |
... |
Not used. |
Value
No return value, called for side effects
Author(s)
Quentin Grimonprez
See Also
mixtCompLearn
print.MixtCompLearn
Examples
data(iris)
# run RMixtComp in unsupervised clustering mode and in basic mode
resLearn <- mixtCompLearn(iris[, -5], nClass = 2:4, nCore = 1)
summary(resLearn)
summary(resLearn, nClass = 3)
[Package RMixtComp version 4.1.4 Index]