Clustering with Mclust results in an empty cluster
问题 I am trying to cluster my empirical data using Mclust. When using the following, very simple code: library(reshape2) library(mclust) data <- read.csv(file.choose(), header=TRUE, check.names = FALSE) data_melt <- melt(data, value.name = "value", na.rm=TRUE) fit <- Mclust(data$value, modelNames="E", G = 1:7) summary(fit, parameters = TRUE) R gives me the following result: ---------------------------------------------------- Gaussian finite mixture model fitted by EM algorithm ------------------