|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mahout.classifier.bayes.mapreduce.common.JobExecutor
public final class JobExecutor
Base class for executing the Bayes Map/Reduce Jobs
Method Summary | |
---|---|
static void |
execute(java.lang.String[] args,
BayesJob job)
Execute a bayes classification job. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void execute(java.lang.String[] args, BayesJob job) throws java.io.IOException
args
- input parameters.job
- the job to execute.
java.lang.Exception
- any exception thrown at job execution.
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |