[ 
https://issues.apache.org/jira/browse/MAHOUT-1216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13660542#comment-13660542
 ] 

Hudson commented on MAHOUT-1216:
--------------------------------

Integrated in Mahout-Quality #2000 (See 
[https://builds.apache.org/job/Mahout-Quality/2000/])
    MAHOUT-1216: Add locality sensitive hashing and a LocalitySensitiveHash 
searcher

This issue tackles the LocalitySensitiveHashSearch, that was initially supposed
to be part of MAHOUT-1156.
It adds HashedVector, the class that adds the LSH to vectors, a new searcher
(although a better implementation is possible) and adds support in the existing
tests and new StreamingKMeans infrastructure. (Revision 1483702)

     Result = SUCCESS
dfilimon : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1483702
Files : 
* /mahout/trunk/CHANGELOG
* 
/mahout/trunk/core/src/main/java/org/apache/mahout/clustering/streaming/mapreduce/StreamingKMeansUtilsMR.java
* 
/mahout/trunk/core/src/main/java/org/apache/mahout/math/neighborhood/HashedVector.java
* 
/mahout/trunk/core/src/main/java/org/apache/mahout/math/neighborhood/LocalitySensitiveHashSearch.java
* 
/mahout/trunk/core/src/test/java/org/apache/mahout/clustering/streaming/cluster/StreamingKMeansTest.java
* 
/mahout/trunk/core/src/test/java/org/apache/mahout/clustering/streaming/mapreduce/StreamingKMeansTestMR.java
* 
/mahout/trunk/core/src/test/java/org/apache/mahout/math/neighborhood/LocalitySensitiveHashSearchTest.java
* 
/mahout/trunk/core/src/test/java/org/apache/mahout/math/neighborhood/SearchQualityTest.java
* 
/mahout/trunk/core/src/test/java/org/apache/mahout/math/neighborhood/SearchSanityTest.java

                
> Add locality sensitive hashing and a LocalitySensitiveHash searcher
> -------------------------------------------------------------------
>
>                 Key: MAHOUT-1216
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-1216
>             Project: Mahout
>          Issue Type: New Feature
>          Components: Math
>    Affects Versions: 0.8
>            Reporter: Dan Filimon
>
> This issue tackles the LocalitySensitiveHashSearch, that was initially 
> supposed to be part of MAHOUT-1156.
> It adds HashedVector, the class that adds the LSH to vectors, a new searcher 
> (although a better implementation is possible) and adds support in the 
> existing tests and new StreamingKMeans infrastructure.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to