Author: srowen
Date: Sat Feb 5 18:05:43 2011
New Revision: 1067473
URL: http://svn.apache.org/viewvc?rev=1067473&view=rev
Log:
Fix mistake in application of MAHOUT-508 patch
Removed:
mahout/trunk/mahout/
Modified:
mahout/trunk/conf/arff.vector.props
Modified: mahout/trunk/conf/arff.vector.props
URL:
http://svn.apache.org/viewvc/mahout/trunk/conf/arff.vector.props?rev=1067473&r1=1067472&r2=1067473&view=diff
==============================================================================
--- mahout/trunk/conf/arff.vector.props (original)
+++ mahout/trunk/conf/arff.vector.props Sat Feb 5 18:05:43 2011
@@ -0,0 +1,9 @@
+# The following parameters must be specified
+#d|input = /path/to/input
+#o|output = /path/to/output
+#t|dictOut = /path/to/dictionaryFileOrDirectory
+
+# The following parameters all have default values if not specified
+#m|max = <Max number of vectors to output. Defaults to Long.MAX_VALUE>
+#e|outputWriter <Defaults to 'seq' for SequenceFileVectorWriter or 'file' for
JSON output>
+#l|delimiter <Delimiter for outputing the dictionary. Defaults to '\t'>
\ No newline at end of file