MixmodCluster-class {Rmixmod} | R Documentation |
MixmodCluster
] classThis is a class to run clustering with mixmod. Inherits the [Mixmod
] class.
a S4 [Strategy
] object. Defining the strategy used to run MIXMOD.
a S4 [MixmodResults
] object containing the best model results.
## A quantitative example with the famous iris data set data(iris) ## with default values new("MixmodCluster", data=iris[1:4], nbCluster=3) getSlots("MixmodCluster")