IClusterPredict {MixAll} | R Documentation |
Interface class [IClusterPredict
] for predicting
Description
Interface base class for predicting clusters
Slots
nbSample
Integer with the number of samples
nbCluster
Integer with the number of cluster
pk
Vector of size K with the proportions of each mixture.
tik
Matrix of size
n \times K
with the posterior probability of the ith individual to belong to kth cluster.lnFi
Vector of size n with the log-likelihood of the ith individuals.
zi
Vector of integer of size n with the attributed class label of the individuals
algo
an instance of [
ClusterAlgoPredict
]model
an instance of a (derived) [
IClusterModel
]
Author(s)
Serge Iovleff
Examples
getSlots("IClusterPredict")
[Package MixAll version 1.5.16 Index]