It not complete to really say its done. How about someone picking out all
main classes and putting it there.
I just did this

find . |grep -v svn |grep "java$" | xargs grep -i "main(String" | cut -d " "
-f1|cut -d':' -f1 |cut -d "." -f2  |cut -d"/" -f 2-| sed 's/\//./g' |cut
-d"." -f 5-

Can someone help naming them

org.apache.mahout.cf.taste.hadoop.item.RecommenderJob
org.apache.mahout.cf.taste.hadoop.pseudo.RecommenderJob
org.apache.mahout.cf.taste.hadoop.slopeone.SlopeOneAverageDiffsJob
org.apache.mahout.classifier.bayes.TestClassifier
org.apache.mahout.classifier.bayes.TrainClassifier
org.apache.mahout.classifier.BayesFileFormatter
org.apache.mahout.classifier.Classify
org.apache.mahout.clustering.canopy.CanopyClusteringJob
org.apache.mahout.clustering.canopy.CanopyDriver
org.apache.mahout.clustering.canopy.ClusterDriver
org.apache.mahout.clustering.dirichlet.DirichletDriver
org.apache.mahout.clustering.dirichlet.DirichletJob
org.apache.mahout.clustering.fuzzykmeans.FuzzyKMeansDriver
org.apache.mahout.clustering.fuzzykmeans.FuzzyKMeansJob
org.apache.mahout.clustering.kmeans.KMeansDriver
org.apache.mahout.clustering.lda.LDADriver
org.apache.mahout.clustering.lda.LDAPrintTopics
org.apache.mahout.clustering.meanshift.MeanShiftCanopyDriver
org.apache.mahout.clustering.meanshift.MeanShiftCanopyJob
org.apache.mahout.df.tools.Describe
org.apache.mahout.df.tools.Frequencies
org.apache.mahout.df.tools.UDistrib
org.apache.mahout.fpm.pfpgrowth.FPGrowthDriver
org.apache.mahout.cf.taste.impl.LoadTest
org.apache.mahout.clustering.kmeans.SimpleKMeansClustering
org.apache.mahout.cf.taste.example.bookcrossing.BookCrossingRecommenderEvaluatorRunner
org.apache.mahout.cf.taste.example.grouplens.GroupLensRecommenderEvaluatorRunner
org.apache.mahout.cf.taste.example.jester.JesterRecommenderEvaluatorRunner
org.apache.mahout.cf.taste.example.netflix.NetflixRecommenderEvaluatorRunner
org.apache.mahout.cf.taste.example.netflix.TransposeToByUser
org.apache.mahout.classifier.bayes.PrepareARFFBinaryFeatures
org.apache.mahout.classifier.bayes.PrepareTwentyNewsgroups
org.apache.mahout.classifier.bayes.WikipediaDatasetCreatorDriver
org.apache.mahout.classifier.bayes.WikipediaXmlSplitter
org.apache.mahout.clustering.canopy.DisplayCanopy
org.apache.mahout.clustering.dirichlet.Display2dASNDirichlet
org.apache.mahout.clustering.dirichlet.DisplayASNDirichlet
org.apache.mahout.clustering.dirichlet.DisplayASNOutputState
org.apache.mahout.clustering.dirichlet.DisplayDirichlet
org.apache.mahout.clustering.dirichlet.DisplayNDirichlet
org.apache.mahout.clustering.dirichlet.DisplayOutputState
org.apache.mahout.clustering.dirichlet.DisplaySNDirichlet
org.apache.mahout.clustering.fuzzykmeans.DisplayFuzzyKMeans
org.apache.mahout.clustering.kmeans.DisplayKMeans
org.apache.mahout.clustering.meanshift.DisplayMeanShift
org.apache.mahout.clustering.syntheticcontrol.canopy.InputDriver
org.apache.mahout.clustering.syntheticcontrol.canopy.Job
org.apache.mahout.clustering.syntheticcontrol.dirichlet.Job
org.apache.mahout.clustering.syntheticcontrol.kmeans.Job
org.apache.mahout.clustering.syntheticcontrol.meanshift.InputDriver
org.apache.mahout.clustering.syntheticcontrol.meanshift.Job
org.apache.mahout.clustering.syntheticcontrol.meanshift.OutputDriver
org.apache.mahout.df.BreimanExample
org.apache.mahout.df.mapred.BuildForest
org.apache.mahout.df.mapreduce.BuildForest
org.apache.mahout.fpm.pfpgrowth.DeliciousTagsExample
org.apache.mahout.ga.watchmaker.cd.CDGA
org.apache.mahout.ga.watchmaker.cd.tool.CDInfosTool
org.apache.mahout.ga.watchmaker.travellingsalesman.TravellingSalesman
org.apache.mahout.text.SequenceFilesFromDirectory
org.apache.mahout.text.WikipediaToSequenceFile
org.apache.mahout.math.decomposer.hebbian.HebbianSolver
org.apache.mahout.math.jet.stat.quantile.QuantileCalc
org.apache.mahout.text.SparseVectorsFromSequenceFiles
org.apache.mahout.utils.clustering.ClusterDumper
org.apache.mahout.utils.nlp.collocations.llr.CollocDriver
org.apache.mahout.utils.SequenceFileDumper
org.apache.mahout.utils.vectors.arff.Driver
org.apache.mahout.utils.vectors.lucene.ClusterLabels
org.apache.mahout.utils.vectors.lucene.Driver
org.apache.mahout.utils.vectors.VectorDumper

Reply via email to