https://github.com/devjack/simple-data-score
Simple scoring algorithms for sets of data.
https://github.com/devjack/simple-data-score
Last synced: 9 months ago
JSON representation
Simple scoring algorithms for sets of data.
- Host: GitHub
- URL: https://github.com/devjack/simple-data-score
- Owner: devjack
- Created: 2014-11-26T06:30:10.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-30T13:17:51.000Z (about 11 years ago)
- Last Synced: 2025-01-30T15:49:30.506Z (11 months ago)
- Language: PHP
- Size: 266 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Data Score
## Apply numerical scores to data sets based on a series of rules and filters.
[](https://travis-ci.org/sydnerdrage/simple-data-score)
[](https://coveralls.io/r/sydnerdrage/simple-data-score)
## Requirements
- PHP 5.4+
- PHPUnit for running tests
## Installation
1. Checkout the code from
2. Download and install composer if you haven't already (https://getcomposer.org)
3. 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
## Copyright.
License: MIT