Questions tagged [mclust]

mclust is an R package for normal mixture modeling via EM, model-based clustering, classification, and density estimation.

mclust is an R package that provides functions for parameter estimation via the EM algorithm for normal mixture models with a variety of covariance structures, and functions for simulation from these models. Also included are functions that combine model-based hierarchical clustering, EM for mixture estimation and the Bayesian Information Criterion (BIC) in comprehensive strategies for clustering, density estimation and discriminant analysis.

Resourses

47 questions
0
votes
2 answers

Mclust in R: How to output cluster centers

I'm currently using RStudio for doing text mining on Support tickets, clustering them by their description (freetext). For this, I compare kmeans to EM algorithm. I prepared the data with the tm package, and now I try do apply clustering algorithms…
Ben
  • 35
  • 5
-1
votes
2 answers

Calculating AWE from mclust package

Is it possible to calculate the Approximate Weight of Evidence (AWE) from information obtained via the mclust R package?
jmutr
  • 3
  • 3
1 2 3
4