KmmMixedDataModel | R Documentation |
KmmMixedDataModel
] classThis class defines a mixed data kernel mixture Model (KMM).
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},\ldots {{x}}_{Li})|\theta)
= \sum_{k=1}^K p_k \prod_{l=1}^L h({{x}}_{li}).
The density functions (or probability distribution functions)
h(.)
can be any implemented kmm model on a RKHS space.
lcomponent
a list of [KmmComponent
]
Serge Iovleff
[IClusterModel
] class
getSlots("KmmMixedDataModel")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.