You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Kevin Crosby (JIRA)" <ji...@apache.org> on 2017/01/31 17:59:51 UTC

[jira] (LUCENE-7672) CachingNaiveBayesClassifier doesn't compute log prior.

Kevin Crosby created LUCENE-7672:
------------------------------------

             Summary: CachingNaiveBayesClassifier doesn't compute log prior.
                 Key: LUCENE-7672
                 URL: https://issues.apache.org/jira/browse/LUCENE-7672
             Project: Lucene - Core
          Issue Type: Bug
          Components: modules/classification
    Affects Versions: 6.3, master (7.0), 6.4, 6.5, 6.4.1, 6.5.0
            Reporter: Kevin Crosby
             Fix For: master (7.0)


The CachingNaiveBayesClassifier gives different results than the SimpleNaiveBayesClassifier.  This is due to the fact that the CachineNaiveBayesClassifier does not calculate the log prior on the class (category) names, as it should.

This bug has been fixed, and a patch will be attached to this issue.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org