We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5381a56 commit a7e0d35Copy full SHA for a7e0d35
src/fuzzylogic/classes.py
@@ -1,5 +1,5 @@
1
"""
2
-Domain, Set and Rule classes for fuzzy logic.
+classes.py - Domain, Set and Rule classes for fuzzy logic.
3
4
Primary abstractions for recursive functions and arrays,
5
adding logical operaitons for easier handling.
src/fuzzylogic/combinators.py
-Combine two linguistic terms.
+combinators.py - Combine two linguistic terms.
a and b are functions of two sets of the same domain.
src/fuzzylogic/functions.py
-General-purpose functions that map R -> [0,1].
+functions.py - General-purpose functions that map R -> [0,1].
These functions work as closures.
The inner function uses the variables of the outer function.
0 commit comments