Fuzzy Logic Framework
Abstraction of Fuzzy Logic Process (fuzzification, inference and defuzzification). The Inference engine was done for receive specialist data font externally and it has in its core the implementations of Mamdani´s inference method and Takagi Sugeno Kang´s inference method.
- PEAR http://pear.php.net/
- Composer http://getcomposer.org/
- PHP >= 5.3.3
- phpqatools http://phpqatools.org/
- PHPUnit 3.7.28
- phpcpd 1.4.1
- PHP_CodeSniffer 1.4.8
- PHPMD 1.5.0
- PHP_Depend 1.1.4
- Jenkins 1.466.2
- Phing 2.6.1
- PHPIZE
- XDebug
In the root directory.
php composer.phar install
Edit the composer directory in the build.properties.
composer.directory=PATH TO YOUR COMPOSER DIRECTORY
Local test:
phing local-test
Build:
phing build