aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstat/classifiers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reorganize statfiles and classifiers into libstat.Vsevolod Stakhov2015-01-163-0/+1357