Learn R Programming

MixAll (version 1.5.10)

IClusterComponent: 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].

Arguments

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

Serge Iovleff

Serge Iovleff

See Also

[IClusterComponent] class

Examples

Run this code
getSlots("IClusterComponent")

getSlots("ClusterPoissonComponent")

Run the code above in your browser using DataLab