kernlab (version 0.9-13)

specc-class: Class "specc"

Description

The Spectral Clustering Class

Arguments

Objects from the Class

Objects can be created by calls of the form new("specc", ...). or by calling the function specc.

See Also

specc, kpca-class

Examples

Run this code
## Cluster the spirals data set.
data(spirals)

sc <- specc(spirals, centers=2)

centers(sc)
size(sc)

Run the code above in your browser using DataCamp Workspace