You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by td...@apache.org on 2010/08/27 22:17:33 UTC

svn commit: r990249 - in /mahout/trunk/conf: cat.props driver.classes.props runlogistic.props trainlogistic.props

Author: tdunning
Date: Fri Aug 27 20:17:33 2010
New Revision: 990249

URL: http://svn.apache.org/viewvc?rev=990249&view=rev
Log:
MAHOUT-228 - Needed configuration for command line tools

Added:
    mahout/trunk/conf/cat.props
    mahout/trunk/conf/runlogistic.props
    mahout/trunk/conf/trainlogistic.props
Modified:
    mahout/trunk/conf/driver.classes.props

Added: mahout/trunk/conf/cat.props
URL: http://svn.apache.org/viewvc/mahout/trunk/conf/cat.props?rev=990249&view=auto
==============================================================================
--- mahout/trunk/conf/cat.props (added)
+++ mahout/trunk/conf/cat.props Fri Aug 27 20:17:33 2010
@@ -0,0 +1,4 @@
+#lambda|lambda =
+#passes|passes =
+#lambda|lambda =
+#passes|passes =

Modified: mahout/trunk/conf/driver.classes.props
URL: http://svn.apache.org/viewvc/mahout/trunk/conf/driver.classes.props?rev=990249&r1=990248&r2=990249&view=diff
==============================================================================
--- mahout/trunk/conf/driver.classes.props (original)
+++ mahout/trunk/conf/driver.classes.props Fri Aug 27 20:17:33 2010
@@ -23,3 +23,6 @@ org.apache.mahout.math.hadoop.decomposer
 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.cf.taste.hadoop.similarity.item.ItemSimilarityJob = itemsimilarity : Compute the item-item-similarities for item-based collaborative filtering
+org.apache.mahout.classifier.sgd.TrainLogistic = trainlogistic : Train a logistic regression using stochastic gradient descentorg.apache.mahout.classifier.sgd.TrainLogistic = trainlogistic : Train a logistic regression using stochastic gradient descent
+org.apache.mahout.classifier.sgd.RunLogistic = runlogistic : Run a logistic regression model against CSV data
+org.apache.mahout.classifier.sgd.PrintResourceOrFile = cat : Print a file or resource as the logistic regression models would see it

Added: mahout/trunk/conf/runlogistic.props
URL: http://svn.apache.org/viewvc/mahout/trunk/conf/runlogistic.props?rev=990249&view=auto
==============================================================================
--- mahout/trunk/conf/runlogistic.props (added)
+++ mahout/trunk/conf/runlogistic.props Fri Aug 27 20:17:33 2010
@@ -0,0 +1 @@
+ 
\ No newline at end of file

Added: mahout/trunk/conf/trainlogistic.props
URL: http://svn.apache.org/viewvc/mahout/trunk/conf/trainlogistic.props?rev=990249&view=auto
==============================================================================
--- mahout/trunk/conf/trainlogistic.props (added)
+++ mahout/trunk/conf/trainlogistic.props Fri Aug 27 20:17:33 2010
@@ -0,0 +1,2 @@
+#lambda|lambda =
+#passes|passes =