0

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

enter image description here

TylerH
  • 20,799
  • 66
  • 75
  • 101
Arash m
  • 99
  • 2
  • 12
  • @Bono. but we can not use enumeration in EM clustering. am I right? – Arash m Mar 12 '15 at 14:00
  • Unfortunately I just edited your answer to include some things you forgot. I don't have any knowdledge about the thing you're asking about ;) – Bono Mar 12 '15 at 14:02

1 Answers1

1

I get the answer finally. It can catch by print output your current Instance of EM. ex.

System.out.println("INFO IS: \n "+ em);
TylerH
  • 20,799
  • 66
  • 75
  • 101
Arash m
  • 99
  • 2
  • 12