I want to run Naive Bayes classifier in Mahout for a classification problem.
I have searched everywhere on how to format my input, and how to specify the input to mahout, but have not found any useful information.
The only page which was even remotely useful was
What are the steps needed to use Mahout Native Bayes Classifier Algorithm?
But, even there the the author of the answer seems to have used a custom script called tt, for parsing the input.
If someone out there knows how to give inputs to Mahout algorithms, please help..