Learn R Programming

Rmixmod (version 2.1.5)

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
# NOT RUN {
  new("GaussianParameter")

  getSlots("GaussianParameter")

# }

Run the code above in your browser using DataLab