Using Gaussian Mixture Model (fitgmdist) to test clustering of three variables
4 次查看(过去 30 天)
显示 更早的评论
I am trying to use Gaussian Mixture Model to cluster data based on three different variables. I know it is possible to cluster data using GMM for three variables in R, but I am trying to do this in MATLAB. So, is it possible to cluster using GMM and fitgmdist using three variables?
I have tried just entering a matrix of three variables into the data of fitgmdist and it just takes the first two variables, so I am thinking it is not possible using MATLAB.
1 个评论
Adam
2016-12-6
编辑:Adam
2016-12-6
The help says that each column represents a variable so I don't see why it wouldn't work. It is a while since I actually used the GMM code in Matlab though so I can't remember off-hand how I set mine up. I had 3 variables by default though because I was clustering on an RGB image.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Statistics and Machine Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!