Skip to content

Commit

Permalink
MAHOUT-1296 - Remove deprecated algorithms
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/mahout/trunk@1508726 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
asubmissions committed Jul 31, 2013
1 parent ed2321d commit 0116ebd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 38 deletions.
19 changes: 0 additions & 19 deletions src/conf/dirichlet.props

This file was deleted.

6 changes: 0 additions & 6 deletions src/conf/driver.classes.default.props
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,13 @@ org.apache.mahout.math.hadoop.stochasticsvd.SSVDCli = ssvd : Stochastic SVD
#Clustering
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.minhash.MinHashDriver = minhash : Run Minhash clustering
org.apache.mahout.clustering.lda.cvb.CVB0Driver = cvb : LDA via Collapsed Variation Bayes (0th deriv. approx)
org.apache.mahout.clustering.lda.cvb.InMemoryCollapsedVariationalBayes0 = cvb0_local : LDA via Collapsed Variation Bayes, in memory locally.
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.clustering.spectral.eigencuts.EigencutsDriver = eigencuts : Eigencuts spectral clustering
org.apache.mahout.clustering.spectral.kmeans.SpectralKMeansDriver = spectralkmeans : Spectral k-means clustering
org.apache.mahout.clustering.topdown.postprocessor.ClusterOutputPostProcessorDriver = clusterpp : Groups Clustering Output In Clusters
org.apache.mahout.clustering.streaming.mapreduce.StreamingKMeansDriver = streamingkmeans : Streaming k-means clustering

#Freq. Itemset Mining
org.apache.mahout.fpm.pfpgrowth.FPGrowthDriver = fpg : Frequent Pattern Growth
#Classification
#new bayes
org.apache.mahout.classifier.naivebayes.training.TrainNaiveBayesJob = trainnb : Train the Vector-based Bayes classifier
Expand Down
Empty file removed src/conf/fpg.props
Empty file.
13 changes: 0 additions & 13 deletions src/conf/meanshift.props

This file was deleted.

0 comments on commit 0116ebd

Please sign in to comment.