Me again, can someone point me to right direction? How can I access these features? I looked into the summary(int n) -method located in org.apache.mahout.classifier.sgd.Modeldissector.java, but somehow I don't understand how it works.
Could someone explain to me how it works? As I understand it, it returns just the max-value of a feature. Thanks and regards, David 2011/10/20 David Rahman <[email protected]> > Hi, > > how can I access the confidence values of one (or more) feature(s) with > its possibilities? > > In the 20Newsgroup-example, there is the dissect method, within there is > used summary(int n), which returns the n most important features with their > weights. I want also the features which are placed second or third (or > more). How can I access those? > > Regards, > David >
