| IClusterComponent {MixAll} | R Documentation |
Definition of the [IClusterComponent] class
Description
Interface base class defining a component of a mixture Model
This class defines a poisson component of a mixture Model. It inherits
from [IClusterComponent].
Slots
dataMatrix with the data set
missingMatrix with the indexes of the missing values
modelNamemodel name associated with the data set
lambdaMatrix with the mean of the jth variable in the kth cluster.
Author(s)
Serge Iovleff
See Also
[IClusterComponent] class
Examples
getSlots("IClusterComponent")
getSlots("ClusterPoissonComponent")
[Package MixAll version 1.5.16 Index]