mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-17 19:27:35 +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:
|
Attributes:
|
||||||
name: The name or label of the fuzzy set.
|
name: The name or label of the fuzzy set.
|
||||||
mean: The mean value (center) of the Gaussianfuzzy 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.
|
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.
|
of the original fuzzy set.
|
||||||
Methods:
|
Methods:
|
||||||
membership(x): Calculate the membership value of an input 'x' in the fuzzy set.
|
membership(x): Calculate the membership value of an input 'x' in the fuzzy set.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user