Author: gsingers
Date: Fri Jul 15 11:33:29 2011
New Revision: 1147102

URL: http://svn.apache.org/viewvc?rev=1147102&view=rev
Log:
MAHOUT-763: hook into bin/mahout

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=1147102&r1=1147101&r2=1147102&view=diff
==============================================================================
--- mahout/trunk/src/conf/driver.classes.props (original)
+++ mahout/trunk/src/conf/driver.classes.props Fri Jul 15 11:33:29 2011
@@ -26,6 +26,7 @@ org.apache.mahout.classifier.bayes.Prepa
 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.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
 org.apache.mahout.classifier.sgd.TrainLogistic = trainlogistic : Train a 
logistic regression using stochastic gradient descent


Reply via email to