Last chance! 50% off unlimited learning
Sale ends in
mclustOptions(emModelNames=NULL, hcModelNames=NULL,
bicPlotSymbols=NULL, bicPlotColors=NULL,
classPlotSymbols=NULL, classPlotColors=NULL, warn=TRUE)
MCLUST
.
The help file for <c(EII=17,VII=2,EEI=16,EVI=10,VEI=13,VVI=1,
EEE=15,EEV=12,VEV=7,VVV=0,E=17,V=2)
.c(EII="gray",VII="black",
EEI="orange",EVI="brown",VEI="red",VVI="magenta",
EEE="forestgreen",EEV="green",VEV="cyan",VVV="blue",
c(17,0,10,4,11,18,6,7,3,16,2,12,8,15,1,9,
"blue", "red", "green", "cyan", "magenta
warn = TRUE
.C. Fraley and A. E. Raftery (2006). MCLUST Version 3 for R: Normal Mixture Modeling and Model-Based Clustering, Technical Report no. 504, Department of Statistics, University of Washington.
mclustOptions
is provided for assigning values
to the .Mclust
list, which is used
to supply default values to various functions in MCLUST.
Calls to mclustOptions
do not in themselves affect
the outcome of computations..Mclust
,
emControl
irisBIC <- mclustBIC(iris[,-5])
summary(irisBIC, iris[,-5])
.Mclust
.Mclust <- mclustOptions(emModelNames = c("VII", "VVI", "VVV"))
.Mclust
irisBIC <- mclustBIC(iris[,-5])
summary(irisBIC, iris[,-5])
.Mclust <- mclustOptions() # restore default values
.Mclust
Run the code above in your browser using DataLab