I want to use Gaussian mixture models for clustering data (using the Expectation Maximization (EM) algorithm, which assigns each component density for each observation to the rear probabilities). Is there a C ++ library that has Gaussian mix models implemented along with a sample dataset and examples?
source
share