es6-fuzz icon indicating copy to clipboard operation
es6-fuzz copied to clipboard

fuzzylogic - experimental library

Results 4 es6-fuzz issues
Sort by recently updated
recently updated
newest added

CONSTANT seems broken. Using Constant(1) returns: ![image](https://user-images.githubusercontent.com/16526085/221969061-f165fb9c-c345-4bc6-b197-d99d951d910d.png)

SIGMOID seems broken. Using Sigmoid(0,10) I get a weird form ![image](https://user-images.githubusercontent.com/16526085/221382913-ac83db78-df00-4721-b8a9-a5becc51cdc9.png)

Hi seb, I have added the class (RuleBase) along with an example that illustrates how to use the class. I hope you find this useful. Thanks

Hi, I am trying to use this library, the fuzzification is quite clear but the defuzzification step is not clear to me using this library, anyways, I have this code...

bug