IClusterPredict-class: Interface class ['IClusterPredict'] for predicting

Description Slots Author(s) Examples

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

1
  getSlots("IClusterPredict")

MixAll documentation built on Sept. 12, 2019, 5:05 p.m.