aboutsummaryrefslogtreecommitdiffstats
path: root/src/classifiers/bayes.c
Commit message (Expand)AuthorAgeFilesLines
* * More things to be thread-safe:Vsevolod Stakhov2012-02-131-0/+20
* * Add configuration utils for kvstorageVsevolod Stakhov2011-10-171-3/+3
* Fix signness in arithmetic operations.Vsevolod Stakhov2011-08-041-4/+4
* * Fix build under CentOS 5 with old glib 2.12Vsevolod Stakhov2011-07-291-6/+6
* * Add max_tokens options to avoid classifying and learning with too much toke...Vsevolod Stakhov2011-07-261-7/+47
* Write error about too few tokens during learning.Vsevolod Stakhov2011-07-221-0/+5
* Create statfiles using learn_spam function for bayes classifier.Vsevolod Stakhov2011-07-181-0/+18
* * Add learn_spam/learn_ham interface to librspamdclient and to rspamcVsevolod Stakhov2011-07-141-1/+1
* * First commit to implement multi-statfile filter system with new learning me...Vsevolod Stakhov2011-07-121-5/+75
* * Add correcting factor to statistics.Vsevolod Stakhov2011-06-281-15/+33
* Fix statshow utility.Vsevolod Stakhov2011-06-271-2/+2
* * Welcome 0.4.0Vsevolod Stakhov2011-06-241-16/+15
* * Major cleanup of cmake build systemVsevolod Stakhov2011-05-061-1/+6
* Fixes in classifying for small messages.Vsevolod Stakhov2011-01-251-3/+12
* Implement checking options for modulesVsevolod Stakhov2010-12-131-0/+1
* Remove G_INLINE_FUNC definitions as I misunderstood its purposes.Vsevolod Stakhov2010-10-151-1/+1
* Fixes bugs found with clang-static analyser.Vsevolod Stakhov2010-10-111-0/+1
* * Add bayesian classifier (initial version)Vsevolod Stakhov2010-08-131-0/+383