Update Class of EM or Kmenas Results {pmclust} | R Documentation |
Update CLASS.spmd
based on the final iteration of EM-like
algorithms.
em.update.class() kmeans.update.class()
This function takes Z.spmd
from the global environment
.pmclustEnv
and update CLASS.spmd
,
and provides the identification of groups for all data.
CLASS.spmd
will be updated.
Wei-Chen Chen wccsnow@gmail.com and George Ostrouchov.
Programming with Big Data in R Website: https://pbdr.org/
em.step
,
aecm.step
,
apecm.step
,
apecma.step
,
kmeans.step
.
## Not run: # Examples can be found in the help pages of em.step(), # aecm.step(), apecm.step(), apecma.step(), and kmeans.step(). ## End(Not run)