Learn R Programming

fdm2id (version 1.0.1)

print.spectral: Print a spectral clustering

Description

Prints the number of clusters found, their sizes and the dimension of the spectral projection.

Usage

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

Arguments

x

The clustering (object of class spectral-class, created by SPECTRAL).

...

Other parameters.

See Also

spectral-class, SPECTRAL

Examples

Run this code
# \donttest{
require (datasets)
data (iris)
SPECTRAL (iris [, -5], 3)
# }

Run the code above in your browser using DataLab