Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mario-deluna/decider

Fast PHP decision trees (ID3 implementation)
https://github.com/mario-deluna/decider

Last synced: 5 days ago
JSON representation

Fast PHP decision trees (ID3 implementation)

Awesome Lists containing this project

README

        

# Decider

Fast PHP decision trees (ID3 implementation)

[![Build Status](https://travis-ci.org/mario-deluna/Decider.svg?branch=master)](https://travis-ci.org/mario-deluna/Decider)
[![Packagist](https://img.shields.io/packagist/dt/mario-deluna/Decider.svg)](https://packagist.org/packages/mario-deluna/decider)
[![Packagist](https://img.shields.io/packagist/l/mario-deluna/Decider.svg)](https://github.com/mario-deluna/Decider/blob/master/LICENSE)
[![GitHub release](https://img.shields.io/github/release/mario-deluna/Decider.svg)](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.