Class "specc"
The Spectral Clustering Class class
Objects can be created by calls of the form new("specc", ...)
. or by calling the function specc
.
.Data
:: Object of class "vector"
containing the cluster assignmentscenters
:: Object of class "matrix"
containing the cluster centerssize
:: Object of class "vector"
containing the number of points in each clusterwithinss
:: Object of class "vector"
containing the within-cluster sum of squares for each clusterkernelf
: Object of class kernel
containing the used kernel function.signature(object = "specc")
: returns the cluster centerssignature(object = "specc")
: returns the within-cluster sum of squares for each clustersignature(object = "specc")
: returns the number of points in each clusterAlexandros Karatzoglou
alexandros.karatzoglou@ci.tuwien.ac.at
specc
, kpca-class
## Cluster the spirals data set. data(spirals) sc <- specc(spirals, centers=2) centers(sc) size(sc)
Useful links