aboutsummaryrefslogtreecommitdiffstats
path: root/src/classifiers
Commit message (Expand)AuthorAgeFilesLines
* Fix bayes algorithm.Vsevolod Stakhov2013-11-151-4/+4
* Parse classifiers and statfiles in ucl.Vsevolod Stakhov2013-11-072-2/+2
* Detect exp2l as well. Update to 0.5.6.Vsevolod Stakhov2013-06-101-0/+2
* Test for expl function presence.Vsevolod Stakhov2013-06-091-0/+4
* Try to avoid exp overflowing.Vsevolod Stakhov2013-05-271-3/+3
* Fix probability calculations.Vsevolod Stakhov2013-05-231-1/+1
* Fix call to get statfile's revision.Vsevolod Stakhov2013-05-231-3/+4
* Use revisions to get total learn numbers.Vsevolod Stakhov2013-05-231-2/+2
* Fix calculations.Vsevolod Stakhov2013-05-231-3/+8
* New chi2square based bayes normalizer.Vsevolod Stakhov2013-05-231-160/+110
* * Use murmur hash for all hashes as it is more efficient and provides more un...Vsevolod Stakhov2012-10-081-9/+29
* * Add meta-classification example.Vsevolod Stakhov2012-10-041-4/+7
* Another debian license fix.Vsevolod Stakhov2012-09-103-3/+3
* Update copyright (required by debian).Vsevolod Stakhov2012-09-043-9/+9
* * Rework thread pools locking logic to avoid global lua mutex usage.Vsevolod Stakhov2012-08-223-35/+15
* * More things to be thread-safe:Vsevolod Stakhov2012-02-132-0/+21
* * Add configuration utils for kvstorageVsevolod Stakhov2011-10-171-3/+3
* Fix signness in arithmetic operations.Vsevolod Stakhov2011-08-042-5/+5
* * Fix build under CentOS 5 with old glib 2.12Vsevolod Stakhov2011-07-294-18/+15
* * 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-124-18/+103
* * 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-062-1/+7
* Fixes in classifying for small messages.Vsevolod Stakhov2011-01-252-6/+24
* Implement checking options for modulesVsevolod Stakhov2010-12-131-0/+1
* Remove G_INLINE_FUNC definitions as I misunderstood its purposes.Vsevolod Stakhov2010-10-152-2/+2
* Fixes bugs found with clang-static analyser.Vsevolod Stakhov2010-10-112-2/+14
* * Fix races in fuzzy storageVsevolod Stakhov2010-08-261-1/+3
* * Fix normalization for systems that have not tanhl functionVsevolod Stakhov2010-08-181-2/+2
* * Remove normalizer as it is winnow specific thing, so all statistic algorith...Vsevolod Stakhov2010-08-131-4/+18
* * Add bayesian classifier (initial version)Vsevolod Stakhov2010-08-134-11/+409
* * One more try to improve accuracy of winnow algorithmVsevolod Stakhov2010-08-061-10/+19
* * Fixes to winnow learningVsevolod Stakhov2010-08-052-47/+114
* * Fix some logic errors in learningVsevolod Stakhov2010-08-031-6/+8
* * Improve logic of learning messages: do not learn more than specific thresholdVsevolod Stakhov2010-08-021-8/+82
* * Change metric logicVsevolod Stakhov2010-06-161-1/+1
* * Fix strict aliasing while compiling with optimizationVsevolod Stakhov2010-05-311-1/+1
* * Fix orderVsevolod Stakhov2010-05-271-3/+3
* * In classify normalize result after comparing, not beforeVsevolod Stakhov2010-05-271-3/+3
* * Convert statistic sums to use long double for countersVsevolod Stakhov2010-05-272-24/+18
* * Implement new learning system, now rspamd should be much more intelligent w...Vsevolod Stakhov2010-05-271-32/+125
* * Fix awfull bug in classifying when first statfile has twice weight than sec...Vsevolod Stakhov2010-05-141-2/+2
* * Bugfixes:Vsevolod Stakhov2010-04-201-1/+1
* * Add option min_tokens to classifier that allows to skip too short messages ...Vsevolod Stakhov2010-03-221-1/+34
* * Fix bugs from previous commitcebka@lenovo-laptop2010-03-011-6/+3