print.spectral: Print a spectral clustering

print.spectralR Documentation

Print a spectral clustering

Description

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

Usage

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

Arguments

x

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

...

Other parameters.

See Also

spectral-class, SPECTRAL

Examples


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


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