Author: otis
Date: Thu Jan 29 19:41:47 2009
New Revision: 738981
URL: http://svn.apache.org/viewvc?rev=738981&view=rev
Log:
- Javadoc typo
Modified:
lucene/mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/impl/neighborhood/ThresholdUserNeighborhood.java
Modified:
lucene/mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/impl/neighborhood/ThresholdUserNeighborhood.java
URL:
http://svn.apache.org/viewvc/lucene/mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/impl/neighborhood/ThresholdUserNeighborhood.java?rev=738981&r1=738980&r2=738981&view=diff
==============================================================================
---
lucene/mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/impl/neighborhood/ThresholdUserNeighborhood.java
(original)
+++
lucene/mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/impl/neighborhood/ThresholdUserNeighborhood.java
Thu Jan 29 19:41:47 2009
@@ -32,7 +32,7 @@
/**
* <p>Computes a neigbhorhood consisting of all {...@link User}s whose
similarity to the
- * given {...@link User} meets or exceeds a certain threshold. Similartiy is
defined by the given
+ * given {...@link User} meets or exceeds a certain threshold. Similarity is
defined by the given
* {...@link org.apache.mahout.cf.taste.similarity.UserSimilarity}.</p>
*/
public final class ThresholdUserNeighborhood extends AbstractUserNeighborhood {