[
https://issues.apache.org/jira/browse/LUCENE-4927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tommaso Teofili updated LUCENE-4927:
------------------------------------
Fix Version/s: 4.7
> Prevent underflow in NB classifier likelihood calculation
> ---------------------------------------------------------
>
> Key: LUCENE-4927
> URL: https://issues.apache.org/jira/browse/LUCENE-4927
> Project: Lucene - Core
> Issue Type: Bug
> Components: modules/classification
> Affects Versions: 4.2
> Reporter: Tommaso Teofili
> Assignee: Tommaso Teofili
> Fix For: 5.0, 4.7
>
>
> Current likelihood calculation multiplies probabilities (whose values are
> between 0 and 1) thus having longish docs with unfrequent words for some
> class/category may lead to multiple _double_ multiplications to return 0 even
> if that's not the correct value (thus assigning such a class 0 probability
> too).
> Probably using loglikelihood and/or _BigDecimals_ may help.
--
This message was sent by Atlassian JIRA
(v6.1#6144)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]