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

Description Details Slots Author(s) See Also Examples

Description

This class defines a mixed data kernel mixture Model (KMM).

Details

This class inherits from the [IClusterModel] class. A model for mixed data is a mixture model of the form:

f({{x}}_i=({{x}}_{1i}, {{x}}_{2i},… {{x}}_{Li})|θ) = ∑_{k=1}^K p_k ∏_{l=1}^L h({{x}}_{li}).

The density functions (or probability distribution functions)

h(.)

can be any implemented kmm model on a RKHS space.

Slots

lcomponent

a list of [KmmComponent]

Author(s)

Serge Iovleff

See Also

[IClusterModel] class

Examples

1
getSlots("KmmMixedDataModel")

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