GaussianParameter-class {Rmixmod} | R Documentation |
Constructor of [GaussianParameter
] class
Description
This class defines parameters of a Gaussian Mixture Model. Inherits the [Parameter
] class.
Details
- mean
a numeric vector containing mean of each cluster.
- variance
a vector of matrix containing variance matrix of each cluster.
Examples
new("GaussianParameter")
getSlots("GaussianParameter")
[Package Rmixmod version 2.1.10 Index]