| KmmComponent {MixAll} | R Documentation |
Definition of the [KmmComponent] class
Description
This class defines a kernel component of a mixture Model. It inherits
from [IClusterComponent].
Slots
dimVector with the dimension of the kth cluster
sigma2Vector with the standard deviation in the kth cluster.
gramMatrix storing the gram matrix if its computation is needed
kernelNamestring with the name of the kernel to use. Possible values: "Gaussian", "polynomial", "Laplace", "linear","rationalQuadratic", "Hamming". Default is "Gaussian".
kernelParametersvector with the parameters of the kernel.
kernelComputationboolean value set as
TRUEif Gram matrix is to be computedFALSEothewise. Default isTRUE.
Author(s)
Serge Iovleff
See Also
[IClusterComponent] class
Examples
getSlots("KmmComponent")
[Package MixAll version 1.5.16 Index]