Download the PHP package hybridlogic/classifier without Composer
On this page you can find all versions of the php package hybridlogic/classifier. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hybridlogic/classifier
More information about hybridlogic/classifier
Files in hybridlogic/classifier
Download hybridlogic/classifier
More information about hybridlogic/classifier
Files in hybridlogic/classifier
Vendor hybridlogic
Package classifier
Short Description A Naive Bayesian classification library for PHP with support for different tokenizers to optimize string classification.
License MIT
Homepage https://github.com/Dachande663/PHP-Classifier
Package classifier
Short Description A Naive Bayesian classification library for PHP with support for different tokenizers to optimize string classification.
License MIT
Homepage https://github.com/Dachande663/PHP-Classifier
Please rate this library. Is it a good library?
Informations about the package classifier
Bayesian Classification Library
A Naive Bayesian classification library for PHP with support for different tokenizers to optimize string classification.
0.0 Table of Contents
- Introduction
- Examples
- Running Tests
- Troubleshooting
- Changelog
1.0 Introduction
Naive Bayesian Classification provides a computationally cheap, but reasonably accurate method of determining which "group" a provided string belongs to given a prior training set.
PHP Classifier supports any number of groups to classify strings against and uses logarithmic counting to prevent integer underflow when using larger sets.
2.0 Examples
3.0 Running Tests
phpunit tests
4.0 Troubleshooting
@todo
5.0 Changelog
- [2013-01-10] Initial port from KoBayes
All versions of classifier with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package hybridlogic/classifier contains the following files
Loading the files please wait ....