
Last chance! 50% off unlimited learning
Sale ends in
new("specc", ...)
.
or by calling the function specc
..Data
:"vector"
containing the cluster assignmentscenters
:"matrix"
containing
the cluster centerssize
:"vector"
containing the
number of points in each clusterwithinss
:"vector"
containing
the within-cluster sum of squares for each clusterkernelf
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 cluster specc
,
kpca-class
## Cluster the spirals data set.
data(spirals)
sc <- specc(spirals, centers=2)
centers(sc)
size(sc)
Run the code above in your browser using DataLab