Author: ssc
Date: Sat Oct 16 12:41:27 2010
New Revision: 1023270
URL: http://svn.apache.org/viewvc?rev=1023270&view=rev
Log:
fixed a typo in driver.classes.props
Modified:
mahout/trunk/conf/driver.classes.props
Modified: mahout/trunk/conf/driver.classes.props
URL:
http://svn.apache.org/viewvc/mahout/trunk/conf/driver.classes.props?rev=1023270&r1=1023269&r2=1023270&view=diff
==============================================================================
--- mahout/trunk/conf/driver.classes.props (original)
+++ mahout/trunk/conf/driver.classes.props Sat Oct 16 12:41:27 2010
@@ -10,7 +10,7 @@ org.apache.mahout.clustering.dirichlet.D
org.apache.mahout.clustering.meanshift.MeanShiftCanopyDriver = meanshift :
Mean Shift clustering
org.apache.mahout.clustering.canopy.CanopyDriver = canopy : Canopy clustering
org.apache.mahout.math.hadoop.TransposeJob = transpose : Take the transpose of
a matrix
-org.apache.mahout.math.hadoop.MatrixMultiplicationJob = matrixmult : Take the
produc of two matrices
+org.apache.mahout.math.hadoop.MatrixMultiplicationJob = matrixmult : Take the
product of two matrices
org.apache.mahout.utils.vectors.lucene.Driver = lucene.vector : Generate
Vectors from a Lucene index
org.apache.mahout.utils.vectors.arff.Driver = arff.vector : Generate Vectors
from an ARFF file or directory
org.apache.mahout.text.SequenceFilesFromDirectory = seqdirectory : Generate
sequence files (of Text) from a directory