mhtree.EEE(data, partition, min.clusters = 1)
"mhclust"
, which consists of a classification tree with
the following attributes:mhclust.EEE
.mhclust
,
because the model does not admit a fast hierarchical clustering algorithm.
At the same time, it is one of the more space-sefficient options.C. Fraley, Algorithms for Model-based Gaussian Hierarchical Clustering,Technical Report No. 311, Department of Statistics, University of Washington (October 1996), to appear in SIAM Journal on Scientific Computing.
H. P. Friedman and J. Rubin, On some invariant criteria for grouping data, Journal of the American Statistical Association,62:1159-1178 (1967).
mhtree
, mhclass
, awe
, partuniq
data(iris)
mhtree.EEE(iris[,1:4])
Run the code above in your browser using DataLab