Description Details Slots Author(s) See Also
clust is a S4 class for storing results of a clustering
analysis for time course data.
:
The clust objects are returned from timeclust and have
a show method printing a compact summary of their contents
Oject of this class contains the following slots:
methodclustering method that has been used
distdistance method that has been used
dataa matrix of original or standardized data that has been used for the analysis
centersa matrix of class centers
clusteran integer vector of length n (n is the number of data points each integer indicates the cluster a data point belongs to. For the fuzzy cmeans clustering method, a data point is assigned to the closest cluster to which the data point has highest membership value.
membershipa matrix with membership values of the data points to all the clusters
Mengjun Wu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.