Using Gaussian Mixture Model (fitgmdist) to test clustering of three variables

1 view (last 30 days)
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 Comment
Adam
Adam on 6 Dec 2016
Edited: Adam on 6 Dec 2016
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.

Sign in to comment.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!