KmmModel {MixAll} | R Documentation |
Definition of the [KmmModel
] class
Description
This class defines a Kernel mixture Model (KMM).
Details
This class inherits from the [IClusterModel
] virtual class.
A KMM is a mixture model of the form:
Some constraints can be added to the variances in order to reduce the number of parameters.
Slots
component
A [
KmmComponent
] with the dimension and standard deviation of the kernel mixture model.
Author(s)
Serge Iovleff
See Also
[IClusterModel
] class
Examples
getSlots("KmmModel")
data(bullsEye)
new("KmmModel", data=bullsEye)
[Package MixAll version 1.5.16 Index]