I need to know about how certain my classifier is in making its decisions per instance.
I am using weka and SMO which both can (in principle) do this.
My question is, whether this use-case is currently supported in TC or whether someone knows a handy workarround/ has any experience on this.
I would like to have a report -similar to id2outcome- that gives me this info.
I already had a look on the WekaTestTask and WekaUtils where you could access the weka classifier (via cl.distributionForInstance(testData.instance(i))), this could do the trick...
Thanks in advance
-Michael