pmclust (version 0.2-0)

Update Class of EM or Kmenas Results: Update CLASS.spmd Based on the Final Iteration

Description

Update CLASS.spmd based on the final iteration of EM-like algorithms.

*.dmat's are ddmatrix versions.

Usage

em.update.class()
  kmeans.update.class()

em.update.class.dmat() kmeans.update.class.dmat()

Arguments

Value

CLASS.spmd will be updated.

Details

This function takes Z.spmd from the global environment .pmclustEnv and update CLASS.spmd, and provides the identification of groups for all data.

References

Programming with Big Data in R Website: http://r-pbd.org/

See Also

em.step, aecm.step, apecm.step, apecma.step, kmeans.step. kmeans.step.dmat.

Examples

Run this code
# NOT RUN {
# Examples can be found in the help pages of em.step(),
# aecm.step(), apecm.step(), apecma.step(), and kmeans.step().

# Examples for ddmatrix version can be found in the help pages of
# kmeans.step.dmat().
# }

Run the code above in your browser using DataCamp Workspace