| IClusterPredict {MixAll} | R Documentation |
Interface class [IClusterPredict] for predicting
Description
Interface base class for predicting clusters
Slots
nbSampleInteger with the number of samples
nbClusterInteger with the number of cluster
pkVector of size K with the proportions of each mixture.
tikMatrix of size
n \times Kwith 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
algoan instance of [
ClusterAlgoPredict]modelan instance of a (derived) [
IClusterModel]
Author(s)
Serge Iovleff
Examples
getSlots("IClusterPredict")
[Package MixAll version 1.5.16 Index]