emclust1(data, nclus, modelid, k, equal=F, noise, Vinv)
modelid
and their
interpretation are as follows: "EI"
: uniform sk
is specified, the hierarchical clustering phase will use a
sample of size k
of the data in the initial hierarchical
clustering phase. The default is to use the entire data set.T
) in the data. By default, emclust1
fits Gaussian mixture
models in which it is assumnoise
is specified). Default : determined by the function
hypvol
.R. Kass and A. E. Raftery, Bayes Factors. Journal of the American Statistical Association90:773-795 (1995).
summary.emclust1
, emclust
, mhtree
, me
data(iris)
emclust1(iris[,1:4], nclus=2:3, modelid = c("VVV","EEV"))
data(chevron)
noisevec _ rep(0, nrow(chevron))
noisevec[chevron[,2]>60] _ 1
bicvals _ emclust1(chevron, noise=noisevec, nclus=0:5)
sumry _ summary(bicvals, chevron)
plot(chevron, col=ztoc(sumry$z), pch=ztoc(sumry$z))
Run the code above in your browser using DataLab