https://github.com/mario-deluna/decider
Fast PHP decision trees (ID3 implementation)
https://github.com/mario-deluna/decider
Last synced: 24 days ago
JSON representation
Fast PHP decision trees (ID3 implementation)
- Host: GitHub
- URL: https://github.com/mario-deluna/decider
- Owner: mario-deluna
- License: mit
- Created: 2017-05-20T09:29:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-20T09:30:36.000Z (almost 8 years ago)
- Last Synced: 2025-03-28T16:54:48.357Z (about 1 month ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Decider
Fast PHP decision trees (ID3 implementation)
[](https://travis-ci.org/mario-deluna/Decider)
[](https://packagist.org/packages/mario-deluna/decider)
[](https://github.com/mario-deluna/Decider/blob/master/LICENSE)
[](https://github.com/mario-deluna/Decider/releases)_Requires PHP >= 7.0_
## Installation
Decider follows `PSR-4` autoloading and can be installed using composer:
```
$ composer require mario-deluna/decider
```## Credits
- [Mario Döring](https://github.com/mario-deluna)
- [All Contributors](https://github.com/mario-deluna/Decider/contributors)## License
The MIT License (MIT). Please see [License File](https://github.com/mario-deluna/Decider/blob/master/LICENSE) for more information.