Learn R Programming

fdm2id (version 1.0.1)

print.em: Print an EM clustering

Description

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

Usage

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

Arguments

x

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

...

Other parameters.

See Also

em-class, EM

Examples

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

Run the code above in your browser using DataLab