fuzzylogic icon indicating copy to clipboard operation
fuzzylogic copied to clipboard

Fuzzy Logic and Fuzzy Inference for Python 3

Results 43 fuzzylogic issues
Sort by recently updated
recently updated
newest added

The `center_of_gravity` method for sets created with the `singleton` function does not return the correct centre of gravity. Steps to reproduce: ```ipython >>> from fuzzylogic.classes import D >>> from fuzzylogic.functions...

enhancement

https://github.com/scikit-fuzzy/scikit-fuzzy/blob/92ad3c382ac19707086204ac6cdf6e81353345a7/docs/examples/plot_control_system_advanced.py#L127

enhancement

I tested it with this custom table and worked (just because I didn't understand the tests in repo) ``` upg.norte_e upg.este upg.sur upg.oeste upg.norte_o upv.norte_e uv.baja uv.media uv.alta uv.media uv.baja...

This is the warning message: ``` ..\fuzzylogic\classes.py:468: FutureWarning: The 'delim_whitespace' keyword in pd.read_table is deprecated and will be removed in a future version. Use `sep='\s+'` instead df = pd.read_table(io.StringIO(table), delim_whitespace=True)...

Hi, is there the possibility to implement a step function (like on/off)? I tried it by manipulation the function R. Unfortunately, the R and S functions ignore a decimal input,...

enhancement