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
data
Matrix with the data set
missing
Matrix with the indexes of the missing values
modelName
model name associated with the data set
lambda
Matrix 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]