| Commit message (Expand) | Author | Age | Files | Lines |
* | Explicitly set in_class field while learning. | Vsevolod Stakhov | 2013-12-01 | 1 | -0/+1 |
* | Fix bayes algorithm. | Vsevolod Stakhov | 2013-11-15 | 1 | -4/+4 |
* | Detect exp2l as well. Update to 0.5.6. | Vsevolod Stakhov | 2013-06-10 | 1 | -0/+2 |
* | Test for expl function presence. | Vsevolod Stakhov | 2013-06-09 | 1 | -0/+4 |
* | Try to avoid exp overflowing. | Vsevolod Stakhov | 2013-05-27 | 1 | -3/+3 |
* | Fix probability calculations. | Vsevolod Stakhov | 2013-05-23 | 1 | -1/+1 |
* | Fix call to get statfile's revision. | Vsevolod Stakhov | 2013-05-23 | 1 | -3/+4 |
* | Use revisions to get total learn numbers. | Vsevolod Stakhov | 2013-05-23 | 1 | -2/+2 |
* | Fix calculations. | Vsevolod Stakhov | 2013-05-23 | 1 | -3/+8 |
* | New chi2square based bayes normalizer. | Vsevolod Stakhov | 2013-05-23 | 1 | -160/+110 |
* | * Use murmur hash for all hashes as it is more efficient and provides more un... | Vsevolod Stakhov | 2012-10-08 | 1 | -9/+29 |
* | * Add meta-classification example. | Vsevolod Stakhov | 2012-10-04 | 1 | -4/+7 |
* | Another debian license fix. | Vsevolod Stakhov | 2012-09-10 | 1 | -1/+1 |
* | Update copyright (required by debian). | Vsevolod Stakhov | 2012-09-04 | 1 | -3/+3 |
* | * Rework thread pools locking logic to avoid global lua mutex usage. | Vsevolod Stakhov | 2012-08-22 | 1 | -24/+4 |
* | * More things to be thread-safe: | Vsevolod Stakhov | 2012-02-13 | 1 | -0/+20 |
* | * Add configuration utils for kvstorage | Vsevolod Stakhov | 2011-10-17 | 1 | -3/+3 |
* | Fix signness in arithmetic operations. | Vsevolod Stakhov | 2011-08-04 | 1 | -4/+4 |
* | * Fix build under CentOS 5 with old glib 2.12 | Vsevolod Stakhov | 2011-07-29 | 1 | -6/+6 |
* | * Add max_tokens options to avoid classifying and learning with too much toke... | Vsevolod Stakhov | 2011-07-26 | 1 | -7/+47 |
* | Write error about too few tokens during learning. | Vsevolod Stakhov | 2011-07-22 | 1 | -0/+5 |
* | Create statfiles using learn_spam function for bayes classifier. | Vsevolod Stakhov | 2011-07-18 | 1 | -0/+18 |
* | * Add learn_spam/learn_ham interface to librspamdclient and to rspamc | Vsevolod Stakhov | 2011-07-14 | 1 | -1/+1 |
* | * First commit to implement multi-statfile filter system with new learning me... | Vsevolod Stakhov | 2011-07-12 | 1 | -5/+75 |
* | * Add correcting factor to statistics. | Vsevolod Stakhov | 2011-06-28 | 1 | -15/+33 |
* | Fix statshow utility. | Vsevolod Stakhov | 2011-06-27 | 1 | -2/+2 |
* | * Welcome 0.4.0 | Vsevolod Stakhov | 2011-06-24 | 1 | -16/+15 |
* | * Major cleanup of cmake build system | Vsevolod Stakhov | 2011-05-06 | 1 | -1/+6 |
* | Fixes in classifying for small messages. | Vsevolod Stakhov | 2011-01-25 | 1 | -3/+12 |
* | Implement checking options for modules | Vsevolod Stakhov | 2010-12-13 | 1 | -0/+1 |
* | Remove G_INLINE_FUNC definitions as I misunderstood its purposes. | Vsevolod Stakhov | 2010-10-15 | 1 | -1/+1 |
* | Fixes bugs found with clang-static analyser. | Vsevolod Stakhov | 2010-10-11 | 1 | -0/+1 |
* | * Add bayesian classifier (initial version) | Vsevolod Stakhov | 2010-08-13 | 1 | -0/+383 |