Update Class of EM or Kmenas Results {pmclust} | R Documentation |
Update CLASS.spmd Based on the Final Iteration
Description
Update CLASS.spmd
based on the final iteration of EM-like
algorithms.
Usage
em.update.class()
kmeans.update.class()
Details
This function takes Z.spmd
from the global environment
.pmclustEnv
and update CLASS.spmd
,
and provides the identification of groups for all data.
Value
CLASS.spmd
will be updated.
Author(s)
Wei-Chen Chen wccsnow@gmail.com and George Ostrouchov.
References
Programming with Big Data in R Website: https://pbdr.org/
See Also
em.step
,
aecm.step
,
apecm.step
,
apecma.step
,
kmeans.step
.
Examples
## 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)
[Package pmclust version 0.2-1 Index]