aboutsummaryrefslogtreecommitdiffstats
path: root/src/classifiers/classifiers.c
Commit message (Collapse)AuthorAgeFilesLines
* Another debian license fix.Vsevolod Stakhov2012-09-101-1/+1
| | | | | Add apache license for regexp that were delivered from SpamAssassin project. Fix debian/copyright for src/dns.c.
* Update copyright (required by debian).Vsevolod Stakhov2012-09-041-3/+3
|
* Fix signness in arithmetic operations.Vsevolod Stakhov2011-08-041-1/+1
|
* * Fix build under CentOS 5 with old glib 2.12Vsevolod Stakhov2011-07-291-1/+0
| | | | | * Fix build of rspamd with CMAKE_BINARY_DIR differs from CMAKE_SOURCE_DIR Rework include style.
* * First commit to implement multi-statfile filter system with new learning ↵Vsevolod Stakhov2011-07-121-0/+2
| | | | mechanizm (untested yet)
* * Add bayesian classifier (initial version)Vsevolod Stakhov2010-08-131-0/+7
|
* * Add weights command for getting weights of each message by each statfilecebka@lenovo-laptop2010-03-011-2/+3
| | | | | * Add ability to specify multiplier when learning * Add statistics about spam and ham messages
* * Retab, no functional changesVsevolod Stakhov2009-10-021-9/+9
|
* * New system of classifiers interface and statfiles processingVsevolod Stakhov2009-09-141-1/+0
| | | | | | | * Fix sample config * Fix compile warnings * Fix building without lua support * Fix bugs with nrcpt header parsing and symbols cache loading (by Anton Nekhoroshikh)
* * Prepare to migrate to cmake (still need to write install target and ↵Vsevolod Stakhov2009-02-161-1/+1
| | | | | | | | working with XS implicitly) * Move all system includes to one file where we detect availability of all that includes * Fix license misprint * Fix some issues with perl initializing
* * Add BSD license textVsevolod Stakhov2009-02-161-0/+24
|
* * Do another rework of filters/metrics and statfiles processingVsevolod Stakhov2009-01-291-1/+7
| | | | * Add 'probability' normalizing to winnow algorithm and calculate not pure weight but normalized probability
* * Rework statfiles result processingVsevolod Stakhov2009-01-221-1/+1
| | | | * Fix small bug in protocol implementation (\r -> \r\n)
* * Add simple implementation of classifiers abstraction and winnow classifierVsevolod Stakhov2008-12-041-0/+28
* Force statfile to work with float values