mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-20 08:12:02 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
63603cfe51
commit
b4a3e412e7
|
@ -22,9 +22,9 @@ class GaussianFuzzySet:
|
|||
Attributes:
|
||||
name: The name or label of the fuzzy set.
|
||||
mean: The mean value (center) of the Gaussianfuzzy set.
|
||||
std_dev: The standard deviation (controls the spread) of
|
||||
std_dev: The standard deviation (controls the spread) of
|
||||
the Gaussian fuzzy set.
|
||||
is_complement: Indicates whether this is the complement
|
||||
is_complement: Indicates whether this is the complement
|
||||
of the original fuzzy set.
|
||||
Methods:
|
||||
membership(x): Calculate the membership value of an input 'x' in the fuzzy set.
|
||||
|
|
Loading…
Reference in New Issue
Block a user