Author: gsingers
Date: Fri Sep  9 20:21:48 2011
New Revision: 1167350

URL: http://svn.apache.org/viewvc?rev=1167350&view=rev
Log:
MAHOUT-767: update the driver.classes.props for the new location of RowSimJob

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=1167350&r1=1167349&r2=1167350&view=diff
==============================================================================
--- mahout/trunk/src/conf/driver.classes.props (original)
+++ mahout/trunk/src/conf/driver.classes.props Fri Sep  9 20:21:48 2011
@@ -25,7 +25,7 @@ org.apache.mahout.classifier.bayes.Train
 org.apache.mahout.classifier.bayes.PrepareTwentyNewsgroups = 
prepare20newsgroups : Reformat 20 newsgroups data
 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
-org.apache.mahout.math.hadoop.similarity.RowSimilarityJob = rowsimilarity : 
Compute the pairwise similarities of the rows of a matrix
+org.apache.mahout.math.hadoop.similarity.cooccurrence.RowSimilarityJob = 
rowsimilarity : Compute the pairwise similarities of the rows of a matrix
 org.apache.mahout.math.hadoop.similarity.VectorDistanceSimilarityJob =  
vecdist : Compute the distances between a set of Vectors (or Cluster or Canopy, 
they must fit in memory) and a list of Vectors
 org.apache.mahout.cf.taste.hadoop.similarity.item.ItemSimilarityJob = 
itemsimilarity : Compute the item-item-similarities for item-based 
collaborative filtering
 org.apache.mahout.cf.taste.hadoop.item.RecommenderJob = recommenditembased : 
Compute recommendations using item-based collaborative filtering


Reply via email to