aboutsummaryrefslogtreecommitdiffstats
path: root/src/classifiers/classifiers.h
Commit message (Expand)AuthorAgeFilesLines
* Reorganize statfiles and classifiers into libstat.Vsevolod Stakhov2015-01-161-111/+0
* Unify style without sorting headers.Vsevolod Stakhov2014-07-231-23/+67
* Revert "Unify code style."Vsevolod Stakhov2014-07-231-67/+23
* Unify code style.Vsevolod Stakhov2014-07-231-23/+67
* Refactor config API.Vsevolod Stakhov2014-04-301-5/+5
* Refactor worker task structure and API.Vsevolod Stakhov2014-04-211-10/+10
* Refactor memory pool naming.Vsevolod Stakhov2014-04-201-4/+4
* Parse classifiers and statfiles in ucl.Vsevolod Stakhov2013-11-071-1/+1
* * Rework thread pools locking logic to avoid global lua mutex usage.Vsevolod Stakhov2012-08-221-7/+7
* * More things to be thread-safe:Vsevolod Stakhov2012-02-131-0/+1
* * Fix build under CentOS 5 with old glib 2.12Vsevolod Stakhov2011-07-291-4/+4
* * First commit to implement multi-statfile filter system with new learning me...Vsevolod Stakhov2011-07-121-0/+6
* * Major cleanup of cmake build systemVsevolod Stakhov2011-05-061-0/+1
* * Add bayesian classifier (initial version)Vsevolod Stakhov2010-08-131-1/+9
* * Fixes to winnow learningVsevolod Stakhov2010-08-051-6/+7
* * Convert statistic sums to use long double for countersVsevolod Stakhov2010-05-271-1/+1
* * Add weights command for getting weights of each message by each statfilecebka@lenovo-laptop2010-03-011-2/+12
* * Many major fixes to statfiles:Vsevolod Stakhov2009-12-031-2/+2
* * Write revision and revision time to statfileVsevolod Stakhov2009-11-121-2/+2
* * New system of classifiers interface and statfiles processingVsevolod Stakhov2009-09-141-9/+10
* * Prepare to migrate to cmake (still need to write install target and working...Vsevolod Stakhov2009-02-161-5/+0
* * Do another rework of filters/metrics and statfiles processingVsevolod Stakhov2009-01-291-6/+15
* * Rework statfiles result processingVsevolod Stakhov2009-01-221-0/+2
* * Add simple implementation of classifiers abstraction and winnow classifierVsevolod Stakhov2008-12-041-0/+33