mhtree.EFV(data, partition, min.clusters = 1, shape)
shape
should be proportional to the squares of the lengths
of the semi-major axes of the corresponding ellipsoid, and may be given in
any order. Note that "mhtree"
, which consists of a classification tree with
the following attributes:mhtree.EFV
.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.
F. Murtagh and A. E. Raftery, Fitting straight lines to point patterns, Pattern Recognition,17:479-483 (1984).
mhtree
, mhclass
, awe
, partuniq
data(iris)
shape <- c(1,1/2,1/3)
mhtree.EFV(iris[,1:3], shape = shape)
Run the code above in your browser using DataLab