Hi guys, I've successfully trained a Naive Bayes classification model, but now I want to use this model to classify incoming documents. How can one do this using Mahout commands?
The only working solutions I've found are to develop customer Java programs that does all the magic for me (this post<http://chimpler.wordpress.com/2013/03/13/using-the-mahout-naive-bayes-classifier-to-automatically-classify-twitter-messages/>), but I'm really concerned with this approach as it's bound to break in the future when Mahout changes. Is it really true that no out-of-the-box functions exists in Mahout to do this simple step?! Thanks, Simon
