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/13 20:51:18 UTC

svn commit: r1523061 - /mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/eval/RelevantItemsDataSplitter.java

Author: sslavic
Date: Fri Sep 13 18:51:17 2013
New Revision: 1523061

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

Modified:
    mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/eval/RelevantItemsDataSplitter.java

Modified: mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/eval/RelevantItemsDataSplitter.java
URL: http://svn.apache.org/viewvc/mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/eval/RelevantItemsDataSplitter.java?rev=1523061&r1=1523060&r2=1523061&view=diff
==============================================================================
--- mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/eval/RelevantItemsDataSplitter.java (original)
+++ mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/eval/RelevantItemsDataSplitter.java Fri Sep 13 18:51:17 2013
@@ -51,7 +51,7 @@ public interface RelevantItemsDataSplitt
    * @param relevantItemIDs IDs of items considered relevant to that user
    * @param trainingUsers   the database of training preferences to which we will
    *                        append the ones for otherUserID.
-   * @param otherUserID     for whom we are adding preferences to the trianing model
+   * @param otherUserID     for whom we are adding preferences to the training model
    */
   void processOtherUser(long userID,
                         FastIDSet relevantItemIDs,