mclustDAtrain
. For multidimensional data,
the plot is a coordinate projection and the ellipses shown correspond to
the covariance matrices.## S3 method for class 'mclustDAtrain':
plot(x, data, dimens=c(1,2), symbols=NULL, colors=NULL,
scale = FALSE, xlim=NULL, ylim=NULL, CEX = 1, ...)
mclustDAtrain
.c(1,2)
, in which the first
dimension is plotted against the second.classification
. Elements in colors
correspond to classes in order of appearance in the sequence of
observations (the order usedclassification
. Elements in colors
correspond to classes in order of appearance in the sequence of
observations (the order used by the fuscale=FALSE
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.
coordProj
,
mclust1Dplot
,
mclust2Dplot
,
mclustOptions
odd <- seq(from = 1, to = nrow(iris), by = 2)
irisTrain <- mclustDAtrain(data = iris[odd,-5], labels = iris[odd,5])
plot(irisTrain, iris[odd,-5])
Run the code above in your browser using DataLab