When I use Kmeans, and I pass it a categorical parameter, it returns back a categorical after using Predict(). However, when I use GMM I get back a numerical array, how can I resolve this and make GMM return the categorical results as well?
Kmeans: enter image description here
GMM (Gaussian Mixture): enter image description here
Your kind assistance is highly appreciated.