Hi, 1. What's difference between them from the algorithm point of view, do they only support category predictors only? 2. What are the input file format requirement of them, for org.apache.mahout.naivbayes.*, it requires SequenceFile<Text,VectorWritable>, and for org.apache.mahout.bayes.*, it requires a tab seperated text file without header, why not use the same input format?
Regards, Xiaobo Gu
