You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@mahout.apache.org by ivek gimmick <gi...@gmail.com> on 2010/11/05 18:47:40 UTC

bayesian command line

The help docs say I type

mvn -q exec:java
-Dexec.mainClass="org.apache.mahout.classifier.bayes.mapreduce.bayes.<JOB>"
-Dexec.args="<OPTIONS>"



to test on single machine.

What is JOB here? and what are the options?

I have the input vector generated.  I assume -i path/to would be one of the
options argument.