You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ss...@apache.org on 2013/09/23 01:07:23 UTC

svn commit: r1525469 - /mahout/trunk/core/src/main/java/org/apache/mahout/vectorizer/encoders/FeatureVectorEncoder.java

Author: sslavic
Date: Sun Sep 22 23:07:23 2013
New Revision: 1525469

URL: http://svn.apache.org/r1525469
Log:
Fixed typo in javadoc

Modified:
    mahout/trunk/core/src/main/java/org/apache/mahout/vectorizer/encoders/FeatureVectorEncoder.java

Modified: mahout/trunk/core/src/main/java/org/apache/mahout/vectorizer/encoders/FeatureVectorEncoder.java
URL: http://svn.apache.org/viewvc/mahout/trunk/core/src/main/java/org/apache/mahout/vectorizer/encoders/FeatureVectorEncoder.java?rev=1525469&r1=1525468&r2=1525469&view=diff
==============================================================================
--- mahout/trunk/core/src/main/java/org/apache/mahout/vectorizer/encoders/FeatureVectorEncoder.java (original)
+++ mahout/trunk/core/src/main/java/org/apache/mahout/vectorizer/encoders/FeatureVectorEncoder.java Sun Sep 22 23:07:23 2013
@@ -95,7 +95,7 @@ public abstract class FeatureVectorEncod
    * should not be used.
    *
    * @param originalForm  The original byte array value
-   * @param dataSize      The length of hte vector being encoded
+   * @param dataSize      The length of the vector being encoded
    * @param name          The name of the variable being encoded
    * @param probe             The probe number
    * @return              The hash of the current probe