org.apache.mahout.math.hadoop.stochasticsvd
Class VJob

java.lang.Object
  extended by org.apache.mahout.math.hadoop.stochasticsvd.VJob

public class VJob
extends Object


Nested Class Summary
static class VJob.VMapper
           
 
Constructor Summary
VJob()
           
 
Method Summary
 void start(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.Path inputPathBt, org.apache.hadoop.fs.Path inputUHatPath, org.apache.hadoop.fs.Path inputSigmaPath, org.apache.hadoop.fs.Path outputPath, int k, int numReduceTasks, boolean vHalfSigma)
           
 void waitForCompletion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VJob

public VJob()
Method Detail

start

public void start(org.apache.hadoop.conf.Configuration conf,
                  org.apache.hadoop.fs.Path inputPathBt,
                  org.apache.hadoop.fs.Path inputUHatPath,
                  org.apache.hadoop.fs.Path inputSigmaPath,
                  org.apache.hadoop.fs.Path outputPath,
                  int k,
                  int numReduceTasks,
                  boolean vHalfSigma)
           throws ClassNotFoundException,
                  InterruptedException,
                  IOException
Throws:
ClassNotFoundException
InterruptedException
IOException

waitForCompletion

public void waitForCompletion()
                       throws IOException,
                              ClassNotFoundException,
                              InterruptedException
Throws:
IOException
ClassNotFoundException
InterruptedException


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