2017 © Pedro Peláez
 

library fuzzy-number

A PHP implementation of Fuzzy number as data-type

image

ncjoes/fuzzy-number

A PHP implementation of Fuzzy number as data-type

  • Monday, May 15, 2017
  • by ncjoes
  • Repository
  • 1 Watchers
  • 1 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 13 % Grown

The README.md

FuzzyNumber

A PHP implementation of Fuzzy number as data-type

Supported operations on Fuzzy numbers include:, (*1)

  • Addition
  • Subtraction
  • Multiplication
  • Division
  • Inversion (reciprocals)
  • Geometric Mean
  • 'Defuzzification'
  • ...lots more

How to Install?

You can install this package using any of these 2 methods:, (*2)

  • Install via Composer (ncjoes/fuzzy-number on Packagist);
  • Use the Git repository (https://github.com/ncjoes/fuzzy-number).

Then, require the vendor/autoload.php file to enable the autoloading mechanism provided by Composer. Otherwise, your application won't be able to find the classes of this Symfony component., (*3)

How to Use?

Here are some examples., (*4)

add($fn2); //
$fn4 = FuzzyNumber::sum($fn1, $fn2);// ==$fn3


$fn5 = $fn3->subtract($fn2); // ==$fn1
$fn4 = FuzzyNumber::diff($fn3, $fn2);// ==$fn1

$fn5->defuzzify(); // average
//etc
?>

License

The FuzzyNumber package is open-sourced software licensed under the MIT license., (*5)

Feedback & Contribute

Notify me of any issues, bugs, or improvements. Thanks :+1:, (*6)

The Versions

15/05 2017

dev-master

9999999-dev https://github.com/ncjeos/fuzzy-number

A PHP implementation of Fuzzy number as data-type

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires

by Chukwuemeka Nwobodo

fuzzy logic fuzzy arithmetic fuzzy numbers

07/11 2016

v1.1.1

1.1.1.0 https://github.com/ncjeos/fuzzy-number

A PHP implementation of Fuzzy number as data-type

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chukwuemeka Nwobodo

fuzzy logic fuzzy arithmetic fuzzy numbers

05/11 2016

v1.1.0

1.1.0.0 https://github.com/ncjeos/fuzzy-number

A PHP implementation of Fuzzy number as data-type

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chukwuemeka Nwobodo

fuzzy logic fuzzy arithmetic fuzzy numbers

05/11 2016

v1.0.1

1.0.1.0 https://github.com/ncjeos/fuzzy-number

A PHP implementation of Fuzzy number as data-type

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chukwuemeka Nwobodo

fuzzy logic fuzzy arithmetic fuzzy numbers

05/11 2016

v1.0

1.0.0.0 https://github.com/ncjeos/fuzzy-number

A PHP implementation of Fuzzy number as data-type

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chukwuemeka Nwobodo

fuzzy logic fuzzy arithmetic fuzzy numbers