aboutsummaryrefslogtreecommitdiffstats
path: root/src/classifiers
Commit message (Collapse)AuthorAgeFilesLines
* * Rework structure and API of statfiles functions to improve performance and ↵Vsevolod Stakhov2009-07-021-13/+11
| | | | | | avoid missusage of hash table * Correct url length calculation in urls command
* * Prepare to migrate to cmake (still need to write install target and ↵Vsevolod Stakhov2009-02-163-9/+2
| | | | | | | | working with XS implicitly) * Move all system includes to one file where we detect availability of all that includes * Fix license misprint * Fix some issues with perl initializing
* * 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
| | | | * Add 'probability' normalizing to winnow algorithm and calculate not pure weight but normalized probability
* * Rework statfiles result processingVsevolod Stakhov2009-01-223-1/+9
| | | | * Fix small bug in protocol implementation (\r -> \r\n)
* * Add simple implementation of classifiers abstraction and winnow classifierVsevolod Stakhov2008-12-043-0/+168
* Force statfile to work with float values