org.apache.mahout.classifier.bayes.mapreduce.common
Class JobExecutor

java.lang.Object
  extended by org.apache.mahout.classifier.bayes.mapreduce.common.JobExecutor

public final class JobExecutor
extends Object

Base class for executing the Bayes Map/Reduce Jobs


Method Summary
static void execute(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

execute

public static void execute(String[] args,
                           BayesJob job)
                    throws IOException
Execute a bayes classification job. Input and output path are parsed from the input parameters.

Parameters:
args - input parameters.
job - the job to execute.
Throws:
Exception - any exception thrown at job execution.
IOException


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.