You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Suneel Marthi (JIRA)" <ji...@apache.org> on 2013/11/22 00:37:37 UTC

[jira] [Updated] (MAHOUT-1312) LocalitySensitiveHashSearch.search does not respect search result limit

     [ https://issues.apache.org/jira/browse/MAHOUT-1312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suneel Marthi updated MAHOUT-1312:
----------------------------------

    Fix Version/s: 0.9

Stevo/Dan,  can this be reproduced?

> LocalitySensitiveHashSearch.search does not respect search result limit
> -----------------------------------------------------------------------
>
>                 Key: MAHOUT-1312
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-1312
>             Project: Mahout
>          Issue Type: Bug
>          Components: Math
>    Affects Versions: 0.8
>            Reporter: Stevo Slavic
>            Assignee: Dan Filimon
>            Priority: Minor
>             Fix For: 0.9
>
>
> According to documented {{org.apache.mahout.math.neighborhood.Searcher}}, {{public abstract List<WeightedThing<Vector>> search(Vector query, int limit)}} contract, {{limit}} should be the number of results to return.
> {{LocalitySensitiveHashSearch}} implements {{Searcher}} but does not respect that contract, as it can return more results than the given limit.
> This issue was encountered while debugging MAHOUT-1302.



--
This message was sent by Atlassian JIRA
(v6.1#6144)