Description Objects from the Class Slots Methods Author(s) See Also Examples
The Spectral Clustering 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 assignments
centers:Object of class "matrix" containing
the cluster centers
size:Object of class "vector" containing the
number of points in each cluster
withinss:Object of class "vector" containing
the within-cluster sum of squares for each cluster
kernelfObject of class kernel containing the
used kernel function.
signature(object = "specc"): returns the
cluster centers
signature(object = "specc"): returns the
within-cluster sum of squares for each cluster
signature(object = "specc"): returns the number
of points in each cluster
Alexandros Karatzoglou
alexandros.karatzoglou@ci.tuwien.ac.at
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.