When using Kmeans in Weka, one can call getAssignments()
on the resulting output of the model to get the cluster assignment for each given instance.
I am using EM clustering on weka. I want to get output like weka's explorer as bellow or is there something similar for EM? What should I do?
I tried this: Getting Xmeans clusterer output programmatically in Weka