Author: sslavic
Date: Fri Sep 13 18:06:27 2013
New Revision: 1523039
URL: http://svn.apache.org/r1523039
Log:
Fixed typo in javadoc
Modified:
mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/eval/RecommenderEvaluator.java
Modified:
mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/eval/RecommenderEvaluator.java
URL:
http://svn.apache.org/viewvc/mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/eval/RecommenderEvaluator.java?rev=1523039&r1=1523038&r2=1523039&view=diff
==============================================================================
---
mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/eval/RecommenderEvaluator.java
(original)
+++
mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/eval/RecommenderEvaluator.java
Fri Sep 13 18:06:27 2013
@@ -44,7 +44,7 @@ public interface RecommenderEvaluator {
* recommendations, and the rest of the data is compared against estimated
preference values to see how much
* the {@link org.apache.mahout.cf.taste.recommender.Recommender}'s
predicted preferences match the user's
* real preferences. Specifically, for each user, this percentage of the
user's ratings are used to produce
- * recommendatinos, and for each user, the remaining preferences are
compared against the user's real
+ * recommendations, and for each user, the remaining preferences are
compared against the user's real
* preferences.
* </p>
*