-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello Alexander,
Sunday, January 4, 2004, 7:43:59 PM, you wrote: AL> I have written some tests and don't know what is the score set for these AL> tests. Can some one make the suggestion how to score tests ? I have several algorithms I use. Note that my spam threshold is 9.0 -- so nobody should use my algorithm as-is unless your threshold is also 9.0 Most common is: > ns = number of spam > nh = number of ham > t = ns / ( nh + 1 ) > t1 = int ( t / 100 ) ; r1 = rem ( t / 100 ) > t2 = int ( t / 10 ) > if ( t2 = 0 ) then score = 0.$t (stop) > if ( t1 < 100 ) then score = 1.r1 (stop) > if ( t1 < 200 ) then score = 2.r1 (stop) > else score = 3.0 Is that the sort of thing you're looking for? Note that because of my special situation, I run these tests and apply these scores strictly local (no network tests) and without Bayes. Therefore I only need worry about one scoreset. Bob -----BEGIN PGP SIGNATURE----- Version: PGP 8.0.3 iQA/AwUBP/jqppebK8E4qh1HEQIUVgCg2TuezSkvicKpl9Z62LuigsW07PYAoLW9 2ZpJOF+2JrGhwLmeSCB6K77G =H24C -----END PGP SIGNATURE----- ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk