MclustDR(object, normalized = TRUE, Sigma, tol = sqrt(.Machine$double.eps))
TRUE
directions are normalized to unit norm."MclustDR"
with the following components:"Mclust"
for clustering, and "MclustDA"
or "EDDA"
for classification.mclustModelNames
.Information on the dimension reduction subspace is obtained from the variation on group means and, depending on the estimated mixture model, on the variation on group covariances (see Scrucca, 2010).
Observations may then be projected onto such a reduced subspace, thus providing summary plots which help to visualize the underlying structure.
summary.MclustDR
, plot.MclustDR
, Mclust
, MclustDA
.mod = Mclust(iris[,1:4])
dr = MclustDR(mod)
summary(dr)
data(banknote)
da = MclustDA(banknote[,2:7], banknote$Status, modelType = "EDDA")
dr = MclustDR(da)
summary(dr)
da = MclustDA(banknote[,2:7], banknote$Status)
dr = MclustDR(da)
summary(dr)
Run the code above in your browser using DataLab