ClusterDiagGaussianComponent {MixAll} | R Documentation |
Definition of the [ClusterDiagGaussianComponent
] class
Description
This class defines a diagonal Gaussian component of a mixture model. It inherits
from [IClusterComponent
].
Slots
mean
Matrix with the mean of the jth variable in the kth cluster.
sigma
Matrix with the standard deviation of the jth variable in the kth cluster.
Author(s)
Serge Iovleff
See Also
[IClusterComponent
] class
Examples
getSlots("ClusterDiagGaussianComponent")
[Package MixAll version 1.5.16 Index]