I performed GMM on a data sample expecting to get different clusters based on the three parameters I passed the model. The issue is, from the three clusters I got based on the GMM, I'm interested in getting the total population of the most probable individual cluster from the three.
visualization of the dataset based on gmm clustering. I'm interested in getting the total population of the dots in black(the ones in black are the most probable members that I'm interested in. Does anyone knows how to achieve this?