pmclust (version 0.2-0)

mb.print: Print Results of Model-Based Clustering

Description

This function will print summarized messages for model-based clustering.

Usage

mb.print(PARAM, CHECK)

Arguments

PARAM

a set of convergent parameters to be printed.

CHECK

a set of checking parameters to be printed.

Value

Summarized messages will print/cat on screen by default.

Details

This function will provide a quick summary from the PARAM and CHECK typically the output of clusterings when algorithms stop. The COMM.RANK 0 will be used to take care the printing.

References

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

See Also

em.step, aecm.step, apecm.step, apecma.step.

Examples

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

Run the code above in your browser using DataLab