You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by gs...@apache.org on 2009/06/26 00:27:36 UTC

svn commit: r788532 - /lucene/mahout/trunk/core/src/main/java/org/apache/mahout/clustering/kmeans/KMeansDriver.java

Author: gsingers
Date: Thu Jun 25 22:27:35 2009
New Revision: 788532

URL: http://svn.apache.org/viewvc?rev=788532&view=rev
Log:
javadoc

Modified:
    lucene/mahout/trunk/core/src/main/java/org/apache/mahout/clustering/kmeans/KMeansDriver.java

Modified: lucene/mahout/trunk/core/src/main/java/org/apache/mahout/clustering/kmeans/KMeansDriver.java
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/core/src/main/java/org/apache/mahout/clustering/kmeans/KMeansDriver.java?rev=788532&r1=788531&r2=788532&view=diff
==============================================================================
--- lucene/mahout/trunk/core/src/main/java/org/apache/mahout/clustering/kmeans/KMeansDriver.java (original)
+++ lucene/mahout/trunk/core/src/main/java/org/apache/mahout/clustering/kmeans/KMeansDriver.java Thu Jun 25 22:27:35 2009
@@ -46,7 +46,7 @@
 
   /**
    * 
-   * @param args Expects 6 args and they all correspond to the order of the params in {@link #runJob}
+   * @param args Expects 7 args and they all correspond to the order of the params in {@link #runJob}
    */
   public static void main(String[] args) throws ClassNotFoundException {
     String input = args[0];