Cluster Analysis
HIERARCHICAL CLUSTER ANALYSIS
ROUTINE | DESCRIPTION |
---|---|
CDIST | Computes a matrix of dissimilarities (or similarities) between the columns (or rows) of a matrix. |
CLINK | Performs a hierarchical cluster analysis given a distance matrix. |
CNUMB | Computes cluster membership for a hierarchical cluster tree. |
K-MEANS CLUSTER ANALYSIS
ROUTINE | DESCRIPTION |
---|---|
KMEAN | Performs a K-means (centroid) cluster analysis. |