GaussianParameter-class: Constructor of ['GaussianParameter'] class

GaussianParameter-classR 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")

Rmixmod documentation built on May 29, 2024, 7:32 a.m.