Uses of Class
org.apache.mahout.cf.taste.hadoop.AbstractJob

Packages that use AbstractJob
org.apache.mahout.cf.taste.hadoop.item   
org.apache.mahout.cf.taste.hadoop.slopeone   
org.apache.mahout.math.hadoop   
org.apache.mahout.math.hadoop.decomposer   
 

Uses of AbstractJob in org.apache.mahout.cf.taste.hadoop.item
 

Subclasses of AbstractJob in org.apache.mahout.cf.taste.hadoop.item
 class RecommenderJob
          Runs a completely distributed recommender job as a series of mapreduces.
 

Uses of AbstractJob in org.apache.mahout.cf.taste.hadoop.slopeone
 

Subclasses of AbstractJob in org.apache.mahout.cf.taste.hadoop.slopeone
 class SlopeOneAverageDiffsJob
           
 

Uses of AbstractJob in org.apache.mahout.math.hadoop
 

Subclasses of AbstractJob in org.apache.mahout.math.hadoop
 class MatrixMultiplicationJob
           
 class TransposeJob
          TODO: rewrite to use helpful combiner.
 

Uses of AbstractJob in org.apache.mahout.math.hadoop.decomposer
 

Subclasses of AbstractJob in org.apache.mahout.math.hadoop.decomposer
 class DistributedLanczosSolver.DistributedLanczosSolverJob
          Inner subclass of AbstractJob so we get access to AbstractJob's functionality w.r.t.
 class EigenVerificationJob
          Class for taking the output of an eigendecomposition (specified as a Path location), and verifies correctness, in terms of the following: if you have a vector e, and a matrix m, then let e' = m.timesSquared(v); the error w.r.t.
 



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