Generating Gaussian Mixture Model
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi guys,
I've been asked to solve the following exercise, can anyone help?
Define Gaussian mixture models in order to generate data. Use at least 2 classes, in each class use 3 clusters. The data should be generated randomly, both the latent variable and the samples. The data dimension should be at least 3.
Thanks in advanced (:
1 comentario
Arjun
el 4 de Feb. de 2025
You can get some reference by doing:
help gmdistribution
help fitgmdist
Read different examples provided to get an understanding of how to use these functions
Respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!