CBayes Input

2012-04-12 Thread Lithium Guava
Hi, I've played with the bayes 20newsgroups example, but I'd like to try running the cbayes algorithm on it also. The example script doesn't seem to offer this, so I dug into the code a bit and it looks like the input to cbayes is sequence files rather than key/value text files. Can anyone tell m

Re: CBayes Input

2012-04-12 Thread Robin Anil
In the command line example replace "bayes" with "cbayes". That's all you need to do. On Apr 12, 2012 7:29 AM, "Lithium Guava" wrote: > Hi, > > I've played with the bayes 20newsgroups example, but I'd like to try > running the cbayes algorithm on it also. The example script doesn't seem to > off

Re: CBayes Input

2012-04-12 Thread Lithium Guava
Thanks, I just realised I was getting the wrong end of the stick - looking at the theta normalizer driver code thinking it was the classifier driver... Cheers! On 12 April 2012 13:53, Robin Anil wrote: > In the command line example replace "bayes" with "cbayes". That's all you > need to do. >