These are easy command line entry points to Bayes, CBayes. I would suggest that you stick to this if you dont want to integrate it with your java program. Otherwise, use these classes as examples of how these classifiers and trainers can be instantiated
Robin On Tue, Nov 23, 2010 at 9:52 AM, ivek gimmick <[email protected]> wrote: > What is the core of mahout? > > I am asking this question because I see files like TrainClassifier, > TestClassifier in the core directory? Am I supposed to use these files to > run the algorithm or use core algorithms like Bayes, CBayes and write my > own > Classifier? > > To make it simple, can I use Mahout out of the box or should I do some > tweaks to make it work for me? > > For eg., my primary use case is to classify millions of articles to a set > of > categories. > > Regards, > ~Gim >
