agmbclust

Performs agglomerative model-based clustering.

Input Arguments:

The data matrix X of size n by p. Each row is an observation.

Output Arguments:

Matrix Z, which has the same form as the output from MATLAB's linkage function.

Synopsis

Z = agmbclust(X)

Notes

The output matrix Z can be used in other MATLAB functions, such as dendrogram.

References:

Model-Based Clustering Toolbox documentation.

For more references, see the Model-Based Clustering homepage.


EDA Toolbox: Contents