ClusterCategorical-class: Definition of the ['ClusterCategorical'] class

Description Details Slots Author(s) Examples

Description

This class defines a categorical mixture model. It inherits from the [IClusterModel] class. A categorical mixture model is a mixture model of the form

Details

f({x}|\boldsymbol{θ}) \\ =∑_{k=1}^K p_k ∏_{j=1}^d \mathcal{M}(x_j;p_{jk},1) \\ \quad {x} \in \{1,…,L\}^d.

The probabilities can be assumed equal between all variables in order to reduce the number of parameters.

Slots

component

A [ClusterCategoricalComponent] with the probabilities of the categorical component

Author(s)

Serge Iovleff

Examples

1
2
3
  getSlots("ClusterCategorical")
  data(birds)
  new("ClusterCategorical", data=birds)

MixAll documentation built on Sept. 12, 2019, 5:05 p.m.