mhtree.VI(data, partition, min.clusters = 1, alpha = 1)
alpha
times the trace of the sample crossproduct matrix of all
the observations divided by the product of the data dimensions, is used for
the purpose of initalization.
The default value is 1."mhtree"
, which consists of a classification tree with
the following attributes:mhtree.VI
.alpha
is needed because the criterion is not defined for singleton
clusters or clusters consisting only of points that coincide.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.
mhtree
, mhclass
, awe
, partuniq
data(iris)
mhtree.VI(iris[,1:4])
Run the code above in your browser using DataLab