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

java.lang.Object
  extended by org.apache.mahout.classifier.bayes.mapreduce.common.BayesTfIdfDriver
All Implemented Interfaces:
BayesJob

public class BayesTfIdfDriver
extends java.lang.Object
implements BayesJob

The Driver which drives the Tf-Idf Generation


Constructor Summary
BayesTfIdfDriver()
           
 
Method Summary
 void runJob(org.apache.hadoop.fs.Path input, org.apache.hadoop.fs.Path output, BayesParameters params)
          Execute a classification job on a cluster.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BayesTfIdfDriver

public BayesTfIdfDriver()
Method Detail

runJob

public void runJob(org.apache.hadoop.fs.Path input,
                   org.apache.hadoop.fs.Path output,
                   BayesParameters params)
            throws java.io.IOException
Description copied from interface: BayesJob
Execute a classification job on a cluster.

Specified by:
runJob in interface BayesJob
Throws:
java.io.IOException


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