print.em: Print an EM clustering

print.emR Documentation

Print an EM clustering

Description

Prints the number of clusters found, their sizes and the log-likelihood reached.

Usage

## S3 method for class 'em'
print(x, ...)

Arguments

x

The clustering (object of class em-class, created by EM).

...

Other parameters.

See Also

em-class, EM

Examples

require (datasets)
data (iris)
EM (iris [, -5], 3)

fdm2id documentation built on Aug. 28, 2026, 9:07 a.m.