| IClusterModel | R Documentation |
IClusterModel] for Cluster models.This class encapsulate the common parameters of all the Cluster models.
A Cluster model is a model of the form
f({x}|\boldsymbol{\theta})
\sum_{k=1}^K p_k h({x};\boldsymbol{\lambda}_k,\boldsymbol{\alpha})
\quad {x} \in J.
where h can be either a pdf, a discrete probability, (homogeneous case) or a product of arbitrary pdf and discrete probabilities (mixed data case).
nbSampleInteger with the number of samples of the model.
nbClusterInteger with the number of cluster of the model.
pkVector of size K with the proportions of each mixture.
tikMatrix of size n \times K with the posterior probability of
the ith individual to belong to kth cluster.
lnFiVector of size n with the log-likelihood of the ith individuals.
ziVector of integer of size n with the attributed class label of the individuals.
ziFitVector of integer of size n with the fitted class label of the individuals (only used in supervised learning).
lnLikelihoodReal given the ln-liklihood of the Cluster model.
criterionReal given the value of the AIC, BIC, ICL or ML criterion.
criterionNamestring with the name of the criterion. Possible values are "BIC", "AIC", "ICL" or "ML". Default is "ICL".
nbFreeParameterInteger given the number of free parameters of the model.
strategythe instance of the [ClusterStrategy] used in the
estimation process of the mixture. Default is clusterStrategy().
Serge Iovleff
getSlots("IClusterModel")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.