We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63603cf commit b4a3e41Copy full SHA for b4a3e41
fuzzy_logic/gaussian_fuzzyset.py
@@ -22,9 +22,9 @@ class GaussianFuzzySet:
22
Attributes:
23
name: The name or label of the fuzzy set.
24
mean: The mean value (center) of the Gaussianfuzzy set.
25
- std_dev: The standard deviation (controls the spread) of
+ std_dev: The standard deviation (controls the spread) of
26
the Gaussian fuzzy set.
27
- is_complement: Indicates whether this is the complement
+ is_complement: Indicates whether this is the complement
28
of the original fuzzy set.
29
Methods:
30
membership(x): Calculate the membership value of an input 'x' in the fuzzy set.
0 commit comments