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