[
https://issues.apache.org/jira/browse/MAHOUT-1217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13660705#comment-13660705
]
Hudson commented on MAHOUT-1217:
--------------------------------
Integrated in Mahout-Quality #2001 (See
[https://builds.apache.org/job/Mahout-Quality/2001/])
MAHOUT-1217: Nearest neighbor searchers sometimes fail to remove points
This fixes FastProjectionSearch's searchFirst() which was not also searching
through pendingAdditions. I think I replicated the bug in the new testRemove()
in SearchSanityTest that now passes. (Revision 1483776)
Result = FAILURE
dfilimon :
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1483776
Files :
* /mahout/trunk/CHANGELOG
*
/mahout/trunk/core/src/main/java/org/apache/mahout/math/neighborhood/FastProjectionSearch.java
*
/mahout/trunk/core/src/test/java/org/apache/mahout/math/neighborhood/SearchSanityTest.java
> Nearest neighbor searchers sometimes fail to remove points
> ----------------------------------------------------------
>
> Key: MAHOUT-1217
> URL: https://issues.apache.org/jira/browse/MAHOUT-1217
> Project: Mahout
> Issue Type: Bug
> Components: Math
> Affects Versions: 0.8
> Reporter: Dan Filimon
>
> When updating a Centroid in StreamingKMeans, the Centroid needs to be removed
> and its updated version added.
> When removing points in a searcher that are already there, sometimes the
> searcher fails to return the closest point (the one being searched for)
> causing a RuntimeException.
> This has been observed for TF-IDF vectors with SquaredEuclideanDistance and
> CosineDistance and FastProjectionSearch.
--
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