Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Rework structure and API of statfiles functions to improve performance and ↵ | Vsevolod Stakhov | 2009-07-02 | 1 | -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 Stakhov | 2009-02-16 | 3 | -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 text | Vsevolod Stakhov | 2009-02-16 | 2 | -0/+48 |
| | |||||
* | * Avoid division by zero | Vsevolod Stakhov | 2009-02-09 | 1 | -1/+8 |
| | |||||
* | * Do another rework of filters/metrics and statfiles processing | Vsevolod Stakhov | 2009-01-29 | 3 | -17/+83 |
| | | | | * Add 'probability' normalizing to winnow algorithm and calculate not pure weight but normalized probability | ||||
* | * Rework statfiles result processing | Vsevolod Stakhov | 2009-01-22 | 3 | -1/+9 |
| | | | | * Fix small bug in protocol implementation (\r -> \r\n) | ||||
* | * Add simple implementation of classifiers abstraction and winnow classifier | Vsevolod Stakhov | 2008-12-04 | 3 | -0/+168 |
* Force statfile to work with float values |