Description Usage Arguments Value Author(s) See Also
Accessors are provided to extract data, centers, cluster,
membership, membership slots of a clust class.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | clustData(object)
## S4 method for signature 'clust'
clustData(object)
clustCenters(object)
## S4 method for signature 'clust'
clustCenters(object)
clustCluster(object)
## S4 method for signature 'clust'
clustCluster(object)
clustMembership(object)
## S4 method for signature 'clust'
clustMembership(object)
|
object |
|
clustData returns data matrix. clustCenters returns a matrix of
centers. clustCluster returns an integer vector. clustMembership
returns a matrix of membership, see clust for details.
Mengjun Wu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.