Description Usage Arguments Value Note Author(s) Examples
This function computes the optimal kernel mixture model (KMM) according
to the [criterion] among the number of clusters given in
[nbCluster], using the strategy specified in [strategy].
| 1 2 3 4 | 
| data | frame or matrix containing the data. Rows correspond to observations and columns correspond to variables. | 
| nbCluster | [ | 
| dim | integer giving the dimension of the Gaussian density. Default is 10. | 
| models | [ | 
| kernelName | string with a kernel name. Possible values: "Gaussian", "polynomial", "Laplace", "linear", "rationalQuadratic_", "Hamming". Default is "Gaussian". | 
| kernelParameters | [ | 
| kernelComputation | [ | 
| strategy | a [ | 
| criterion | character defining the criterion to select the best model. The best model is the one with the lowest criterion value. Possible values: "BIC", "AIC", "ICL", "ML". Default is "ICL". | 
| nbCore | integer defining the number of processor to use (default is 1, 0 for all). | 
An instance of the [KmmModel] class.
in KmmModel instance returned, the gram matrix is computed if and only
if kernelComputation is TRUE.
Serge Iovleff
| 1 2 3 4 5 6 7 8 9 10 11 12 13 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.