summaryrefslogtreecommitdiffstats
path: root/src/libstat/classifiers/bayes.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-261-186/+91
|
* Add initial processing routines.Vsevolod Stakhov2015-01-231-5/+6
|
* 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-181-126/+0
|
* Remove binlog and statfile_sync: never ever used.Vsevolod Stakhov2015-01-161-2/+0
|
* Reorganize statfiles and classifiers into libstat.Vsevolod Stakhov2015-01-161-0/+597