Hierarchical Clustering
Produce nested sets of clusters
Hierarchical clustering groups data into a multilevel cluster tree or dendrogram. If your data is hierarchical, this technique can help you choose the level of clustering that is most appropriate for your application.
Functions
cluster | Construct agglomerative clusters from linkages |
clusterdata | Construct agglomerative clusters from data |
cophenet | Cophenetic correlation coefficient |
inconsistent | Inconsistency coefficient |
linkage | Agglomerative hierarchical cluster tree |
pdist | Pairwise distance between pairs of observations |
squareform | Format distance matrix |
Topics
- Hierarchical Clustering
Group data into a multilevel hierarchy of clusters.
Related Information
- Gene Expression Profile Analysis (Bioinformatics Toolbox)