org.apache.mahout.clustering.conversion.meanshift
Class InputDriver

java.lang.Object
  extended by org.apache.mahout.clustering.conversion.meanshift.InputDriver

public final class InputDriver
extends Object

This class converts text files containing space-delimited floating point numbers into Mahout sequence files of MeanShiftCanopy suitable for input to the MeanShift clustering job.


Method Summary
static void main(String[] args)
           
static void runJob(org.apache.hadoop.fs.Path input, org.apache.hadoop.fs.Path output)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws IOException,
                        InterruptedException,
                        ClassNotFoundException
Throws:
IOException
InterruptedException
ClassNotFoundException

runJob

public static void runJob(org.apache.hadoop.fs.Path input,
                          org.apache.hadoop.fs.Path output)
                   throws IOException,
                          InterruptedException,
                          ClassNotFoundException
Throws:
IOException
InterruptedException
ClassNotFoundException


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