Learn R Programming

Rmixmod (version 2.0.3)

GaussianParameter-class: Constructor of [GaussianParameter] class

Description

This class defines parameters of a Gaussian Mixture Model. Inherits the [Parameter] class.

Arguments

Details

mean
a numeric vector containing mean of each cluster.
variance
a vector of matrix containing variance matrix of each cluster.

Examples

Run this code
new("GaussianParameter")

  getSlots("GaussianParameter")

Run the code above in your browser using DataLab