Uses of Class
org.apache.mahout.common.AbstractJob

Packages that use AbstractJob
org.apache.mahout.cf.taste.hadoop.item   
org.apache.mahout.cf.taste.hadoop.similarity.item   
org.apache.mahout.cf.taste.hadoop.slopeone   
org.apache.mahout.clustering.canopy   
org.apache.mahout.clustering.dirichlet   
org.apache.mahout.clustering.fuzzykmeans   
org.apache.mahout.clustering.kmeans This package provides an implementation of the k-means clustering algorithm. 
org.apache.mahout.clustering.lda   
org.apache.mahout.clustering.meanshift   
org.apache.mahout.clustering.minhash   
org.apache.mahout.clustering.spectral.eigencuts   
org.apache.mahout.clustering.spectral.kmeans   
org.apache.mahout.math.hadoop   
org.apache.mahout.math.hadoop.decomposer   
org.apache.mahout.math.hadoop.similarity   
org.apache.mahout.vectorizer.collocations.llr   
 

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.similarity.item
 

Subclasses of AbstractJob in org.apache.mahout.cf.taste.hadoop.similarity.item
 class ItemSimilarityJob
          Distributed precomputation of the item-item-similarities for Itembased Collaborative Filtering
 

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.clustering.canopy
 

Subclasses of AbstractJob in org.apache.mahout.clustering.canopy
 class CanopyDriver
           
 

Uses of AbstractJob in org.apache.mahout.clustering.dirichlet
 

Subclasses of AbstractJob in org.apache.mahout.clustering.dirichlet
 class DirichletDriver
           
 

Uses of AbstractJob in org.apache.mahout.clustering.fuzzykmeans
 

Subclasses of AbstractJob in org.apache.mahout.clustering.fuzzykmeans
 class FuzzyKMeansDriver
           
 

Uses of AbstractJob in org.apache.mahout.clustering.kmeans
 

Subclasses of AbstractJob in org.apache.mahout.clustering.kmeans
 class KMeansDriver
           
 

Uses of AbstractJob in org.apache.mahout.clustering.lda
 

Subclasses of AbstractJob in org.apache.mahout.clustering.lda
 class LDADriver
          Estimates an LDA model from a corpus of documents, which are SparseVectors of word counts.
 

Uses of AbstractJob in org.apache.mahout.clustering.meanshift
 

Subclasses of AbstractJob in org.apache.mahout.clustering.meanshift
 class MeanShiftCanopyDriver
           
 

Uses of AbstractJob in org.apache.mahout.clustering.minhash
 

Subclasses of AbstractJob in org.apache.mahout.clustering.minhash
 class MinHashDriver
           
 

Uses of AbstractJob in org.apache.mahout.clustering.spectral.eigencuts
 

Subclasses of AbstractJob in org.apache.mahout.clustering.spectral.eigencuts
 class EigencutsDriver
           
 

Uses of AbstractJob in org.apache.mahout.clustering.spectral.kmeans
 

Subclasses of AbstractJob in org.apache.mahout.clustering.spectral.kmeans
 class SpectralKMeansDriver
          Implementation of the EigenCuts spectral clustering algorithm.
 

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.
 

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

Subclasses of AbstractJob in org.apache.mahout.math.hadoop.similarity
 class RowSimilarityJob
          Runs a completely distributed computation of the pairwise similarity of the row vectors of a DistributedRowMatrix as a series of mapreduces.
 

Uses of AbstractJob in org.apache.mahout.vectorizer.collocations.llr
 

Subclasses of AbstractJob in org.apache.mahout.vectorizer.collocations.llr
 class CollocDriver
          Driver for LLR Collocation discovery mapreduce job
 



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