Learn R Programming

Rmixmod (version 2.0.3)

MixmodCluster-class: Constructor of [MixmodCluster] class

Description

This is a class to run clustering with mixmod. Inherits the [Mixmod] class.

Arguments

Details

strategy
a S4 [Strategy] object. Defining the strategy used to run MIXMOD.
bestResult
a S4 [MixmodResults] object containing the best model results.

Examples

Run this code
## A quantitative example with the famous iris data set
  data(iris)
  ## with default values
  new("MixmodCluster", data=iris[1:4], nbCluster=3)

  getSlots("MixmodCluster")

Run the code above in your browser using DataLab