Performs agglomerative model-based clustering.
The data matrix X of size n by p. Each row is an observation.
Matrix Z, which has the same form as the output from MATLAB's linkage function.
Z = agmbclust(X)
The output matrix Z can be used in other MATLAB functions, such as dendrogram.
Model-Based Clustering Toolbox documentation.
For more references, see the Model-Based Clustering homepage.