sydnerdrage / simple-data-score
There is no license information available for the latest version (dev-master) of this package.
dev-master
2014-11-30 13:09 UTC
Requires (Dev)
- phpunit/phpunit: 3.7.*
- satooshi/php-coveralls: dev-master
- squizlabs/php_codesniffer: 1.4.*@stable
This package is not auto-updated.
Last update: 2024-11-05 15:54:07 UTC
README
Apply numerical scores to data sets based on a series of rules and filters.
Requirements
- PHP 5.4+
- PHPUnit for running tests
Installation
- Checkout the code from https://github.com/sydnerdrage/simple-data-score
- Download and install composer if you haven't already (https://getcomposer.org)
- Run the test suite. Note you may need to enable execute permissions on the bash scripts.
cd tests
./dev-all-tests.sh
Usage
See the sample data set and usage of the overlap calculator in SdsTests\Calc\OverlapTest
Contributions
If you'd like to make a contribution, please submit a pull request to https://github.com/sydnerdrage/simple-data-score
Copyright.
License: MIT