http://bugzilla.spamassassin.org/show_bug.cgi?id=3429





------- Additional Comments From [EMAIL PROTECTED]  2004-05-27 12:23 -------
For Bayes rules we should select intervals, 
that maximize the sum of R/0*HitRates

BAYES_INTERVAL1  R/O*HitRate = B1
BAYES_INTERVAL2  R/O*HitRate = B2
......
BAYES_INTERVALN  R/0*HitRate = BN

Sum = B1 + B2 + ... + BN,  N = fixed

I think, this sum will be maximum, if b1 will be about b2, b2 about b3 ... b1
about bn

--------

Other idea is to transfer bayses probability to scores

Bayes_Score = Constant1*log(BAYES_PROBABYLYTY) if BAYES_PROBABYLYTY < 0.5
Bayes_Score = -Constant2*log(1-BAYES_PROBABYLYTY) if BAYES_PROBABYLYTY > 0.5

We should select only Constant1 and Constant2






------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to