summaryrefslogtreecommitdiffstats
path: root/src/libstat/classifiers
Commit message (Expand)AuthorAgeFilesLines
* [Fix] Ignore lua metatokens in bayes for nowVsevolod Stakhov2017-02-141-0/+5
* [Rework] Adopt code for the new optionsVsevolod Stakhov2016-12-051-8/+4
* [Minor] Make bayes normalization function publicVsevolod Stakhov2016-10-151-21/+1
* [Minor] Use log2 as it is slightly fasterVsevolod Stakhov2016-10-101-2/+4
* [Feature] Add learning support for lua classifiersVsevolod Stakhov2016-10-061-0/+48
* [Feature] Implement classifying for lua classifiersVsevolod Stakhov2016-10-061-2/+47
* [Feature] Add configuration for lua classifiersVsevolod Stakhov2016-10-061-0/+96
* [Feature] Add a generic lua classifierVsevolod Stakhov2016-10-063-3/+65
* [Fix] Fix conditional learningVsevolod Stakhov2016-04-301-0/+1
* [Feature] Save bayes probability in memory pool varVsevolod Stakhov2016-04-301-1/+4
* [Feature] Add min learns to classifiersVsevolod Stakhov2016-04-191-0/+18
* Switch the rest to apache 2Vsevolod Stakhov2016-02-041-21/+12
* Fix percentages for bayes confidenceVsevolod Stakhov2016-01-141-1/+5
* Implement the case of incrementing backends for bayesVsevolod Stakhov2016-01-081-11/+16
* Impelement the concept when classifier values are integersVsevolod Stakhov2016-01-081-0/+1
* Add learning implementation.Vsevolod Stakhov2016-01-062-3/+7
* Fix init/deinit of statisticsVsevolod Stakhov2016-01-051-0/+1
* Fix bayes classifier for the new architectureVsevolod Stakhov2016-01-052-181/+151
* Start reworkVsevolod Stakhov2016-01-052-28/+13
* Normalize bayes scoresVsevolod Stakhov2015-12-101-0/+24
* Some more fixes to OSB algorithmVsevolod Stakhov2015-11-231-5/+10
* Improve debugging for bayes.Vsevolod Stakhov2015-11-231-11/+51
* Fix calculationsVsevolod Stakhov2015-11-231-2/+4
* Avoid long double typeVsevolod Stakhov2015-11-231-19/+8
* Reorganize includes to reduce namespace pollution.Vsevolod Stakhov2015-10-081-0/+1
* Rename main.h and main.c to `rspamd.X`Vsevolod Stakhov2015-09-221-1/+1
* Another iteration on #331.Vsevolod Stakhov2015-07-221-11/+15
* Fix some extreme cases in bayes.Vsevolod Stakhov2015-07-071-34/+29
* Fix floating point classification in bayes.Vsevolod Stakhov2015-06-251-3/+3
* Fix extreme cases in bayes classifier.Vsevolod Stakhov2015-06-201-5/+29
* Properly scale bayes HAM probability.Vsevolod Stakhov2015-05-061-2/+5
* Add another normalization argument.Vsevolod Stakhov2015-05-051-2/+8
* Take OSB feature multiplier into account.Vsevolod Stakhov2015-05-051-3/+11
* Revert bad change that caused negative probabilities.Vsevolod Stakhov2015-05-021-3/+1
* Fix bayes probability calculations.Vsevolod Stakhov2015-04-301-3/+5
* Calculate bayes weight from 0.0 to 1.0 not from 0.5 to 1.0.Vsevolod Stakhov2015-04-131-3/+1
* Start splitting statistic processing to separate stages.Vsevolod Stakhov2015-03-021-39/+43
* Implement statistics relearning.Vsevolod Stakhov2015-02-181-0/+7
* Some fixes to bayes.Vsevolod Stakhov2015-01-281-0/+4
* Fix pointer passing.Vsevolod Stakhov2015-01-271-1/+1
* Update bayes.Vsevolod Stakhov2015-01-262-188/+100
* Add initial processing routines.Vsevolod Stakhov2015-01-232-11/+10
* Refactor structures names.Vsevolod Stakhov2015-01-231-1/+1
* Reorganize libstat API.Vsevolod Stakhov2015-01-232-56/+49
* Rework statistics runtime structures.Vsevolod Stakhov2015-01-231-8/+4
* Remove direct statfiles manipulation from bayes.Vsevolod Stakhov2015-01-181-112/+8
* Remove old statfile_pool logic.Vsevolod Stakhov2015-01-182-128/+0
* Start refactoring of statistics in rspamd.Vsevolod Stakhov2015-01-181-1/+1
* Remove binlog and statfile_sync: never ever used.Vsevolod Stakhov2015-01-161-2/+0
* No more winnow.Vsevolod Stakhov2015-01-162-702/+0