Residual IDF calculation in the pruning package is wrong
--------------------------------------------------------

                 Key: LUCENE-3934
                 URL: https://issues.apache.org/jira/browse/LUCENE-3934
             Project: Lucene - Java
          Issue Type: Bug
    Affects Versions: 3.5, 3.6
            Reporter: Andrzej Bialecki 
            Assignee: Andrzej Bialecki 


As discussed on the mailing list (http://markmail.org/message/cwnyfqmet3wophec) 
there seems to be a bug in both the formula and in the way RIDF is calculated. 
The formula is missing a minus, but also the calculation uses local 
(in-document) term frequency instead of the total term frequency (sum of all 
term occurrences in a corpus).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to