You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ro...@apache.org on 2012/06/04 02:15:59 UTC

svn commit: r1345808 - /mahout/trunk/src/conf/driver.classes.props

Author: robinanil
Date: Mon Jun  4 00:15:59 2012
New Revision: 1345808

URL: http://svn.apache.org/viewvc?rev=1345808&view=rev
Log:
MAHOUT-986 Put deprecated warning for lda and ldatopics

Modified:
    mahout/trunk/src/conf/driver.classes.props

Modified: mahout/trunk/src/conf/driver.classes.props
URL: http://svn.apache.org/viewvc/mahout/trunk/src/conf/driver.classes.props?rev=1345808&r1=1345807&r2=1345808&view=diff
==============================================================================
--- mahout/trunk/src/conf/driver.classes.props (original)
+++ mahout/trunk/src/conf/driver.classes.props Mon Jun  4 00:15:59 2012
@@ -61,6 +61,8 @@ org.apache.mahout.cf.taste.hadoop.simila
 org.apache.mahout.cf.taste.hadoop.item.RecommenderJob = recommenditembased : Compute recommendations using item-based collaborative filtering
 org.apache.mahout.cf.taste.hadoop.als.ParallelALSFactorizationJob = parallelALS : ALS-WR factorization of a rating matrix
 org.apache.mahout.cf.taste.hadoop.als.RecommenderJob = recommendfactorized : Compute recommendations using the factorization of a rating matrix
-prepare20newsgroups = deprecated : Use new naivebayes classifier see examples/bin/classify-20newsgroups.sh 
-trainclassifier = deprecated : Use new naivebayes classifier see examples/bin/classify-20newsgroups.sh 
-testclassifier = deprecated : Use new naivebayes classifier see examples/bin/classify-20newsgroups.sh 
+prepare20newsgroups = deprecated : Try the new vector backed naivebayes classifier see examples/bin/classify-20newsgroups.sh 
+trainclassifier = deprecated : Try the new vector backed naivebayes classifier see examples/bin/classify-20newsgroups.sh 
+testclassifier = deprecated : Try the new vector backed naivebayes classifier see examples/bin/classify-20newsgroups.sh 
+lda = deprecated : Try the new Collapsed Variation Bayes LDA, try bin/mahout cvb or bin/mahout cvb0_local
+ldatopics = deprecated : Try the new Collapsed Variation Bayes LDA, try bin/mahout cvb or bin/mahout cvb0_local