org.apache.mahout.utils.vectors.VectorDumper = vectordump : Dump vectors from a sequence file to text org.apache.mahout.utils.clustering.ClusterDumper = clusterdump : Dump cluster output to text org.apache.mahout.utils.SequenceFileDumper = seqdumper : Generic Sequence File dumper org.apache.mahout.clustering.kmeans.KMeansDriver = kmeans : K-means clustering org.apache.mahout.clustering.fuzzykmeans.FuzzyKMeansDriver = fkmeans : Fuzzy K-means clustering org.apache.mahout.clustering.lda.LDADriver = lda : Latent Dirchlet Allocation org.apache.mahout.fpm.pfpgrowth.FPGrowthDriver = fpg : Frequent Pattern Growth org.apache.mahout.clustering.dirichlet.DirichletDriver = dirichlet : Dirichlet Clustering org.apache.mahout.clustering.meanshift.MeanShiftCanopyDriver = meanshift : Mean Shift clustering org.apache.mahout.clustering.canopy.CanopyDriver = canopy : Canopy clustering org.apache.mahout.math.hadoop.TransposeJob = transpose : Take the transpose of a matrix org.apache.mahout.utils.vectors.lucene.Driver = lucene.vector : Generate Vectors from a Lucene index org.apache.mahout.text.SequenceFilesFromDirectory = seqdirectory : Generate sequence files (of Text) from a directory org.apache.mahout.text.SparseVectorsFromSequenceFiles = seq2sparse: Sparse Vector generation from Text sequence files org.apache.mahout.utils.vectors.RowIdJob = rowid : Map SequenceFile to {SequenceFile, SequenceFile} org.apache.mahout.text.WikipediaToSequenceFile = seqwiki : Wikipedia xml dump to sequence file org.apache.mahout.classifier.bayes.TestClassifier = testclassifier : Test Bayes Classifier org.apache.mahout.classifier.bayes.TrainClassifier = trainclassifier : Train Bayes Classifier org.apache.mahout.math.hadoop.decomposer.DistributedLanczosSolver = svd : Lanczos Singular Value Decomposition org.apache.mahout.math.hadoop.decomposer.EigenVerificationJob = cleansvd : Cleanup and verification of SVD output