aboutsummaryrefslogtreecommitdiffstats
path: root/src/classifiers
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * Add weights command for getting weights of each message by each statfilecebka@lenovo-laptop2010-03-013-6/+80
* * Forgotten call of normalizer functioncebka@lenovo-laptop2010-01-141-0/+3
* * Introduce new logging system:Vsevolod Stakhov2009-12-221-1/+1
* * Implement pre and post classify callbacks for checking specific statfiles f...Vsevolod Stakhov2009-12-161-3/+21
* * Fix symbols cache (init lua filters before symbols cache initialization)Vsevolod Stakhov2009-12-141-3/+21
* * Many major fixes to statfiles:Vsevolod Stakhov2009-12-032-18/+31
* * Write revision and revision time to statfileVsevolod Stakhov2009-11-122-24/+4
* * Add binlog API implementationVsevolod Stakhov2009-11-061-1/+3
* * Add ability to change statfile size limit in config and allow reindexing of...Vsevolod Stakhov2009-10-161-4/+4
* * Retab, no functional changesVsevolod Stakhov2009-10-022-53/+53
* * Fix race between learn and classifyVsevolod Stakhov2009-09-281-1/+5
* * Fix learningVsevolod Stakhov2009-09-251-3/+5
* * Remove assertVsevolod Stakhov2009-09-161-3/+5
* * New system of classifiers interface and statfiles processingVsevolod Stakhov2009-09-143-67/+66
* * Rework structure and API of statfiles functions to improve performance and ...Vsevolod Stakhov2009-07-021-13/+11
* * Prepare to migrate to cmake (still need to write install target and working...Vsevolod Stakhov2009-02-163-9/+2
* * Add BSD license textVsevolod Stakhov2009-02-162-0/+48
* * Avoid division by zeroVsevolod Stakhov2009-02-091-1/+8
* * Do another rework of filters/metrics and statfiles processingVsevolod Stakhov2009-01-293-17/+83
* * Rework statfiles result processingVsevolod Stakhov2009-01-223-1/+9
* * Add simple implementation of classifiers abstraction and winnow classifierVsevolod Stakhov2008-12-043-0/+168